fuchsia: Disable HTTPS tests to avoid (unavailable) dependency on BoringSSL

Bug: crashpad:266
Bug: fuchsia:DX-690
Change-Id: Ica6c2d6d345cbda17fd67de69e7c770389808f63
Reviewed-on: https://chromium-review.googlesource.com/c/1340743
Commit-Queue: Scott Graham <scottmg@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Scott Graham 2018-11-16 13:00:48 -08:00 committed by Commit Bot
parent 1c4c1277e8
commit ad788280e4
2 changed files with 5 additions and 2 deletions

2
DEPS
View File

@ -30,7 +30,7 @@ deps = {
'5e2b3ddde7cda5eb6bc09a5546a76b00e49d888f',
'crashpad/third_party/mini_chromium/mini_chromium':
Var('chromium_git') + '/chromium/mini_chromium@' +
'd2c271a0671f81db24bce69631ba99d0c26f3a5b',
'4a6189577978b86fbd6935aec0d16a127803467c',
'crashpad/third_party/libfuzzer/src':
Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git@' +
'fda403cf93ecb8792cb1d061564d89a6553ca020',

View File

@ -15,5 +15,8 @@
import("../../build/crashpad_buildconfig.gni")
declare_args() {
crashpad_use_boringssl_for_http_transport_socket = crashpad_is_fuchsia
# TODO(scottmg): https://crbug.com/crashpad/266 fuchsia:DX-690: BoringSSL
# was removed from the Fuchsia SDK. Re-enable it when we have a way to acquire
# a BoringSSL lib again.
crashpad_use_boringssl_for_http_transport_socket = crashpad_is_in_fuchsia
}