Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 214e3030625fa86f8c53ac1ba647fadf93763224..cc53b3a6a7b681ebffd75408f83554b756dc9801 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -997,7 +997,7 @@ |
# TODO(baixo): Enable v8_use_external_startup_data |
# http://crbug.com/421063 |
- ['android_webview_build==0 and android_webview_telemetry_build==0 and chromecast==0 and OS=="android"', { |
+ ['android_webview_build==0 and android_webview_telemetry_build==0 and chromecast==0 and (OS=="android" or OS=="linux")', { |
'v8_use_external_startup_data': 1, |
}, { |
'v8_use_external_startup_data': 0, |