| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index b8a87e09c707e3b6bc7cf47fcd41bbcdd8499e9a..741c3b076e766b9ad0807fca11efee74abd046de 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1005,10 +1005,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")', {
|
| + 'v8_use_external_startup_data': 1,
|
| }, {
|
| 'v8_use_external_startup_data': 0,
|
| }],
|
|
|