linux: disable libcurl when in chromium

Bug: crashpad:30
Change-Id: I12007417d27b482f70879d91743fddc06851140e
Reviewed-on: https://chromium-review.googlesource.com/986503
Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Joshua Peraza 2018-03-29 08:56:30 -07:00
parent 7bd613e558
commit 246ecc6686

View File

@ -17,7 +17,7 @@ import("../build/crashpad_buildconfig.gni")
declare_args() {
if (crashpad_is_linux) {
# Whether the libcurl-based HTTPTransport implementation should be built.
crashpad_enable_http_transport_libcurl = true
crashpad_enable_http_transport_libcurl = !crashpad_is_in_chromium
}
}