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/dcheck_always_on.gni") | 7 import("//build/config/dcheck_always_on.gni") |
8 import("//build/config/mips.gni") | 8 import("//build/config/mips.gni") |
9 import("//build/config/sanitizers/sanitizers.gni") | 9 import("//build/config/sanitizers/sanitizers.gni") |
10 | 10 |
(...skipping 1408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1419 "src/ic/call-optimization.h", | 1419 "src/ic/call-optimization.h", |
1420 "src/ic/handler-compiler.cc", | 1420 "src/ic/handler-compiler.cc", |
1421 "src/ic/handler-compiler.h", | 1421 "src/ic/handler-compiler.h", |
1422 "src/ic/handler-configuration-inl.h", | 1422 "src/ic/handler-configuration-inl.h", |
1423 "src/ic/handler-configuration.h", | 1423 "src/ic/handler-configuration.h", |
1424 "src/ic/ic-compiler.cc", | 1424 "src/ic/ic-compiler.cc", |
1425 "src/ic/ic-compiler.h", | 1425 "src/ic/ic-compiler.h", |
1426 "src/ic/ic-inl.h", | 1426 "src/ic/ic-inl.h", |
1427 "src/ic/ic-state.cc", | 1427 "src/ic/ic-state.cc", |
1428 "src/ic/ic-state.h", | 1428 "src/ic/ic-state.h", |
| 1429 "src/ic/ic-stats.cc", |
| 1430 "src/ic/ic-stats.h", |
1429 "src/ic/ic.cc", | 1431 "src/ic/ic.cc", |
1430 "src/ic/ic.h", | 1432 "src/ic/ic.h", |
1431 "src/ic/keyed-store-generic.cc", | 1433 "src/ic/keyed-store-generic.cc", |
1432 "src/ic/keyed-store-generic.h", | 1434 "src/ic/keyed-store-generic.h", |
1433 "src/ic/stub-cache.cc", | 1435 "src/ic/stub-cache.cc", |
1434 "src/ic/stub-cache.h", | 1436 "src/ic/stub-cache.h", |
1435 "src/icu_util.cc", | 1437 "src/icu_util.cc", |
1436 "src/icu_util.h", | 1438 "src/icu_util.h", |
1437 "src/identity-map.cc", | 1439 "src/identity-map.cc", |
1438 "src/identity-map.h", | 1440 "src/identity-map.h", |
(...skipping 1564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3003 ] | 3005 ] |
3004 | 3006 |
3005 configs = [ | 3007 configs = [ |
3006 ":external_config", | 3008 ":external_config", |
3007 ":internal_config_base", | 3009 ":internal_config_base", |
3008 ] | 3010 ] |
3009 } | 3011 } |
3010 | 3012 |
3011 v8_fuzzer("wasm_data_section_fuzzer") { | 3013 v8_fuzzer("wasm_data_section_fuzzer") { |
3012 } | 3014 } |
OLD | NEW |