From c8831f2e8a0054ca19e90908e9bbaae8c5c155eb Mon Sep 17 00:00:00 2001 From: baixo Date: Wed, 26 Nov 2014 09:32:28 -0800 Subject: [PATCH] Disable external V8 snapshot on ChromeOS BUG=421063 Review URL: https://codereview.chromium.org/759283003 Cr-Commit-Position: refs/heads/master@{#305825} --- build/common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/common.gypi b/build/common.gypi index 4664bbbfc3e2..52fa8b01360a 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1000,7 +1000,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" or OS=="linux")', { + ['android_webview_build==0 and android_webview_telemetry_build==0 and chromecast==0 and chromeos==0 and (OS=="android" or OS=="linux")', { 'v8_use_external_startup_data': 1, }, { 'v8_use_external_startup_data': 0, -- 2.11.4.GIT