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

Unified Diff: runtime/runtime_args.gni

Issue 2934523003: [Fuchsia] Use the trusted certs in the image (Closed)
Patch Set: Created 3 years, 6 months 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
« no previous file with comments | « runtime/bin/security_context_fuchsia.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/runtime_args.gni
diff --git a/runtime/runtime_args.gni b/runtime/runtime_args.gni
index 52b2407ad79e953ef37e0f1ad1f414a480153766..750c2b4346b3dab460770e9b4c667f1d738f7d60 100644
--- a/runtime/runtime_args.gni
+++ b/runtime/runtime_args.gni
@@ -17,8 +17,3 @@ declare_args() {
# the VM enables this only for Linux builds.
dart_use_tcmalloc = false
}
-
-# TODO(zra): Remove this when Fuchsia has a root cert cache on the filesystem.
-if (defined(is_fuchsia) && is_fuchsia) {
- dart_use_fallback_root_certificates = true
-}
« no previous file with comments | « runtime/bin/security_context_fuchsia.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698