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

Unified Diff: build/features.gypi

Issue 794583002: move v8_use_external_startup_data to standalone.gypi (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years 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 | build/standalone.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/features.gypi
diff --git a/build/features.gypi b/build/features.gypi
index c5b7c425b14aedf1630e57573cce3528c3ff96c2..997aade37a3ac21ba67d695713cf836687ea5255 100644
--- a/build/features.gypi
+++ b/build/features.gypi
@@ -59,10 +59,6 @@
# Enable compiler warnings when using V8_DEPRECATED apis.
'v8_deprecation_warnings%': 0,
- # Use external files for startup data blobs:
- # the JS builtins sources and the start snapshot.
- 'v8_use_external_startup_data%': 0,
-
# Set to 1 to enable DCHECKs in release builds.
'dcheck_always_on%': 0,
},
@@ -95,9 +91,6 @@
['v8_enable_i18n_support==1', {
'defines': ['V8_I18N_SUPPORT',],
}],
- ['v8_use_external_startup_data==1', {
- 'defines': ['V8_USE_EXTERNAL_STARTUP_DATA',],
- }],
rmcilroy 2014/12/11 13:24:34 This needs to still be here since we want to defin
Mostyn Bramley-Moore 2014/12/11 13:36:53 Done.
['dcheck_always_on!=0', {
'defines': ['DEBUG',],
}],
« no previous file with comments | « no previous file | build/standalone.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698