| 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 = []
|
|
|