Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 5ebf3f41d6274d767123b99fb523c877c2df9152..1e872f3bb2e7921c782a475a52e3704d0f1e56ea 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1015,10 +1015,10 @@ |
'optimize_jni_generation%': 0, |
}], |
- # TODO(baixo): Enable v8_use_external_startup_data |
+ # TODO(baixo): Enable v8_use_external_startup_data for Windows and Mac - |
# http://crbug.com/421063 |
- ['android_webview_build==0 and android_webview_telemetry_build==0 and chromecast==0', { |
- 'v8_use_external_startup_data': 0, |
+ ['android_webview_build==0 and android_webview_telemetry_build==0 and chromecast==0 and (OS=="android" or OS=="linux")', { |
rmcilroy
2014/11/07 23:46:00
Please remove this change from this CL
|
+ 'v8_use_external_startup_data': 1, |
}, { |
'v8_use_external_startup_data': 0, |
}], |