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

Unified Diff: build_overrides/v8.gni

Issue 1418653002: Synchronize GN build configuration with Chrome (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Use public_deps instead of deps Created 5 years, 2 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
Index: build_overrides/v8.gni
diff --git a/build/module_args/v8.gni b/build_overrides/v8.gni
similarity index 52%
copy from build/module_args/v8.gni
copy to build_overrides/v8.gni
index aa2848c40b446db9ae04ef3af08b022895b16d90..323ff33af02fe31691a8b72fc84f30d4c12f8812 100644
--- a/build/module_args/v8.gni
+++ b/build_overrides/v8.gni
@@ -1,4 +1,4 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -9,5 +9,11 @@ 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 = false
+v8_use_external_startup_data = !(is_chromeos || is_win || is_ios)
jamesr 2015/10/21 00:32:10 is_chromeos, is_win and is_ios are always false fo
Petr Hosek 2015/10/21 02:23:42 Done.
+
+# V8 extras
+# Adding V8 extras files requires API owners review
+# Be sure to synchronize with build/common.gypi
+
v8_extra_library_files = []
+v8_experimental_extra_library_files = []

Powered by Google App Engine
This is Rietveld 408576698