mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
[fuchsia] fix crashpad_use_boringssl_for_http_transport_socket path
* https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1745355/17/util/BUILD.gn#184 defines "defines" earlier in the target * this only affects Fuchsia in the Fuchsia tree, not the Crashpad tree TESTED=`fx build` in Fuchsia tree Change-Id: I5ac454828f958d6de4e4c6788d7c9a31408dc732 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1796964 Reviewed-by: Scott Graham <scottmg@chromium.org> Commit-Queue: Francois Rousseau <frousseau@google.com>
This commit is contained in:
parent
fc44a3747c
commit
abeccef1ef
@ -279,7 +279,7 @@ static_library("util") {
|
||||
if (crashpad_is_linux || crashpad_is_fuchsia || crashpad_is_android) {
|
||||
sources += [ "net/http_transport_socket.cc" ]
|
||||
if (crashpad_use_boringssl_for_http_transport_socket) {
|
||||
defines = [ "CRASHPAD_USE_BORINGSSL" ]
|
||||
defines += [ "CRASHPAD_USE_BORINGSSL" ]
|
||||
|
||||
if (crashpad_is_in_fuchsia) {
|
||||
deps += [ "//third_party/boringssl" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user