fuchsia, net: Disable TLS, not currently working for in-Fuchsia tests

Bug: DX-382
Change-Id: I06a0a71c32d8d28d30b1add8a2bd57f1d6462463
Reviewed-on: https://chromium-review.googlesource.com/1171984
Reviewed-by: Joshua Peraza <jperaza@chromium.org>
Commit-Queue: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Mark Mentovai 2018-08-10 23:34:06 -04:00 committed by Commit Bot
parent f540abb506
commit e6f26587e4

View File

@ -15,7 +15,9 @@
import("../build/crashpad_buildconfig.gni")
declare_args() {
use_boringssl_for_http_transport_socket = crashpad_is_fuchsia
# This should at least be on for Fuchsia, but DX-382 happened.
# TODO(mark): Figure out what went wrong and re-enable.
use_boringssl_for_http_transport_socket = false
}
if (crashpad_is_mac) {