| OLD | NEW |
| 1 # Copyright 2015 The V8 project authors. All rights reserved. | 1 # Copyright 2015 The V8 project authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 | 7 |
| 8 if (is_android) { | 8 if (is_android) { |
| 9 import("//build/config/android/config.gni") | 9 import("//build/config/android/config.gni") |
| 10 } | 10 } |
| 11 | 11 |
| 12 v8_use_external_startup_data = false | |
| 13 v8_optimized_debug = false | 12 v8_optimized_debug = false |
| 14 v8_extra_library_files = [] | 13 v8_extra_library_files = [] |
| 15 v8_experimental_extra_library_files = [] | 14 v8_experimental_extra_library_files = [] |
| OLD | NEW |