Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: tools/gn.py

Issue 2519133005: Enable SecureSocket on Fuchsia using BoringSSL (Closed)
Patch Set: . Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« runtime/tests/vm/dart/hello_fuchsia_test.dart ('K') | « runtime/vm/os_fuchsia.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn.py
diff --git a/tools/gn.py b/tools/gn.py
index 304bdaaf5b7dfd11b5c3564338f5f6f7e5433a91..91caa191389008aa18e1fc100ed2930030803e9c 100755
--- a/tools/gn.py
+++ b/tools/gn.py
@@ -77,10 +77,6 @@ def to_gn_args(args, mode, arch, target_os):
# dart_bootstrap if the prebuilt SDK doesn't work.
gn_args['dart_host_pub_exe'] = ""
- # For Fuchsia support, the default is to not compile in the root
- # certificates.
- gn_args['dart_use_fallback_root_certificates'] = True
-
gn_args['dart_zlib_path'] = "//runtime/bin/zlib"
# Use tcmalloc only when targeting Linux and when not using ASAN.
« runtime/tests/vm/dart/hello_fuchsia_test.dart ('K') | « runtime/vm/os_fuchsia.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698