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

Unified Diff: build/module_args/v8.gni

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: retry Created 5 years, 4 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 | « build/config/ui.gni ('k') | build/sanitizers/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/module_args/v8.gni
diff --git a/build/module_args/v8.gni b/build/module_args/v8.gni
index 6fe46f1a1085a13cf7c78844e02b7a0fce3c08bb..b8dbf617926e160ba338c4860f4b9c1c55347294 100644
--- a/build/module_args/v8.gni
+++ b/build/module_args/v8.gni
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/features.gni")
if (is_android) {
import("//build/config/android/config.gni")
}
@@ -9,5 +10,5 @@ if (is_android) {
# TODO(sky): nuke this. Temporary while sorting out http://crbug.com/465456.
enable_correct_v8_arch = false
-v8_use_external_startup_data = !(is_chromeos || is_win || is_ios)
+v8_use_external_startup_data = !(use_cros_fe || is_win || is_ios)
v8_extra_library_files = []
« no previous file with comments | « build/config/ui.gni ('k') | build/sanitizers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698