Revert "Linux: Add missing build dependency"

This commit causes the following build error when use_sysroot=true:

../../third_party/crashpad/crashpad/util/net/http_transport_libcurl.cc:17:10: fatal error: 'curl/curl.h' file not found
         ^~~~~~~~~~~~~
1 error generated.

This reverts commit cd6ff760dd.
This commit is contained in:
Marshall Greenblatt 2018-03-07 20:11:18 -05:00
parent 56bbee8efb
commit 5b136976e9
1 changed files with 0 additions and 1 deletions

View File

@ -831,7 +831,6 @@ static_library("libcef_static") {
deps += [
"//components/crash/content/app",
"//components/crash/content/browser",
"//third_party/crashpad/crashpad/client",
]
}