| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium 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/android/config.gni") | 5 import("//build/config/android/config.gni") |
| 6 import("//build/config/arm.gni") | 6 import("//build/config/arm.gni") |
| 7 import("//build/config/mips.gni") | 7 import("//build/config/mips.gni") |
| 8 import("//build/config/sanitizers/sanitizers.gni") | 8 import("//build/config/sanitizers/sanitizers.gni") |
| 9 | 9 |
| 10 if (is_android) { | 10 if (is_android) { |
| (...skipping 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1310 "src/typing-asm.h", | 1310 "src/typing-asm.h", |
| 1311 "src/typing-reset.cc", | 1311 "src/typing-reset.cc", |
| 1312 "src/typing-reset.h", | 1312 "src/typing-reset.h", |
| 1313 "src/unicode-inl.h", | 1313 "src/unicode-inl.h", |
| 1314 "src/unicode.cc", | 1314 "src/unicode.cc", |
| 1315 "src/unicode.h", | 1315 "src/unicode.h", |
| 1316 "src/unicode-cache-inl.h", | 1316 "src/unicode-cache-inl.h", |
| 1317 "src/unicode-cache.h", | 1317 "src/unicode-cache.h", |
| 1318 "src/unicode-decoder.cc", | 1318 "src/unicode-decoder.cc", |
| 1319 "src/unicode-decoder.h", | 1319 "src/unicode-decoder.h", |
| 1320 "src/utils-inl.h", |
| 1320 "src/utils.cc", | 1321 "src/utils.cc", |
| 1321 "src/utils.h", | 1322 "src/utils.h", |
| 1322 "src/v8.cc", | 1323 "src/v8.cc", |
| 1323 "src/v8.h", | 1324 "src/v8.h", |
| 1324 "src/v8memory.h", | 1325 "src/v8memory.h", |
| 1325 "src/v8threads.cc", | 1326 "src/v8threads.cc", |
| 1326 "src/v8threads.h", | 1327 "src/v8threads.h", |
| 1327 "src/version.cc", | 1328 "src/version.cc", |
| 1328 "src/version.h", | 1329 "src/version.h", |
| 1329 "src/vm-state-inl.h", | 1330 "src/vm-state-inl.h", |
| (...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1945 ] | 1946 ] |
| 1946 | 1947 |
| 1947 configs -= [ "//build/config/compiler:chromium_code" ] | 1948 configs -= [ "//build/config/compiler:chromium_code" ] |
| 1948 configs += [ "//build/config/compiler:no_chromium_code" ] | 1949 configs += [ "//build/config/compiler:no_chromium_code" ] |
| 1949 configs += [ | 1950 configs += [ |
| 1950 ":internal_config", | 1951 ":internal_config", |
| 1951 ":features", | 1952 ":features", |
| 1952 ":toolchain", | 1953 ":toolchain", |
| 1953 ] | 1954 ] |
| 1954 } | 1955 } |
| OLD | NEW |