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

Unified Diff: BUILD.gn

Issue 2025803003: [gn] Turn on external_startup_data by default except on ios (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index db5aface01944b2c5e542a1c4d575845a9d7c405..a5d397c448304c9b2acfe2b1a2162f4b1ef8e56e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -23,7 +23,7 @@ declare_args() {
# Use external files for startup data blobs:
# the JS builtins sources and the start snapshot.
- v8_use_external_startup_data = true
+ v8_use_external_startup_data = !is_ios
# Sets -DVERIFY_HEAP.
v8_enable_verify_heap = false
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698