| 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 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1296 "src/transitions-inl.h", | 1296 "src/transitions-inl.h", |
| 1297 "src/transitions.cc", | 1297 "src/transitions.cc", |
| 1298 "src/transitions.h", | 1298 "src/transitions.h", |
| 1299 "src/type-cache.cc", | 1299 "src/type-cache.cc", |
| 1300 "src/type-cache.h", | 1300 "src/type-cache.h", |
| 1301 "src/type-feedback-vector-inl.h", | 1301 "src/type-feedback-vector-inl.h", |
| 1302 "src/type-feedback-vector.cc", | 1302 "src/type-feedback-vector.cc", |
| 1303 "src/type-feedback-vector.h", | 1303 "src/type-feedback-vector.h", |
| 1304 "src/type-info.cc", | 1304 "src/type-info.cc", |
| 1305 "src/type-info.h", | 1305 "src/type-info.h", |
| 1306 "src/types-inl.h", | |
| 1307 "src/types.cc", | 1306 "src/types.cc", |
| 1308 "src/types.h", | 1307 "src/types.h", |
| 1309 "src/typing-asm.cc", | 1308 "src/typing-asm.cc", |
| 1310 "src/typing-asm.h", | 1309 "src/typing-asm.h", |
| 1311 "src/typing-reset.cc", | 1310 "src/typing-reset.cc", |
| 1312 "src/typing-reset.h", | 1311 "src/typing-reset.h", |
| 1313 "src/unicode-inl.h", | 1312 "src/unicode-inl.h", |
| 1314 "src/unicode.cc", | 1313 "src/unicode.cc", |
| 1315 "src/unicode.h", | 1314 "src/unicode.h", |
| 1316 "src/unicode-cache-inl.h", | 1315 "src/unicode-cache-inl.h", |
| (...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1964 ] | 1963 ] |
| 1965 | 1964 |
| 1966 configs -= [ "//build/config/compiler:chromium_code" ] | 1965 configs -= [ "//build/config/compiler:chromium_code" ] |
| 1967 configs += [ "//build/config/compiler:no_chromium_code" ] | 1966 configs += [ "//build/config/compiler:no_chromium_code" ] |
| 1968 configs += [ | 1967 configs += [ |
| 1969 ":internal_config", | 1968 ":internal_config", |
| 1970 ":features", | 1969 ":features", |
| 1971 ":toolchain", | 1970 ":toolchain", |
| 1972 ] | 1971 ] |
| 1973 } | 1972 } |
| OLD | NEW |