mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
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:
parent
7bd613e558
commit
246ecc6686
@ -17,7 +17,7 @@ import("../build/crashpad_buildconfig.gni")
|
|||||||
declare_args() {
|
declare_args() {
|
||||||
if (crashpad_is_linux) {
|
if (crashpad_is_linux) {
|
||||||
# Whether the libcurl-based HTTPTransport implementation should be built.
|
# Whether the libcurl-based HTTPTransport implementation should be built.
|
||||||
crashpad_enable_http_transport_libcurl = true
|
crashpad_enable_http_transport_libcurl = !crashpad_is_in_chromium
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user