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

Unified Diff: build/common.gypi

Issue 1073583004: Reverts Chromecast using external V8 snapshot files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | chromecast/chromecast.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index faa31f23b963a7975df7e0c2e1fbbe5591d8dc67..e80d60554187f288596291757ee883b98c0676b8 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1022,8 +1022,8 @@
'optimize_jni_generation%': 0,
}],
- # TODO(rmcilroy): Remove ios check. http://crbug.com/421063.
- ['OS!="ios"', {
+ # TODO(rmcilroy): Remove ios/chromecast checks. http://crbug.com/421063.
+ ['OS!="ios" and chromecast==0', {
'v8_use_external_startup_data%': 1,
}, {
'v8_use_external_startup_data%': 0,
« no previous file with comments | « no previous file | chromecast/chromecast.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698