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 1426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1437 "src/identity-map.cc", | 1437 "src/identity-map.cc", |
1438 "src/identity-map.h", | 1438 "src/identity-map.h", |
1439 "src/interface-descriptors.cc", | 1439 "src/interface-descriptors.cc", |
1440 "src/interface-descriptors.h", | 1440 "src/interface-descriptors.h", |
1441 "src/interpreter/bytecode-array-accessor.cc", | 1441 "src/interpreter/bytecode-array-accessor.cc", |
1442 "src/interpreter/bytecode-array-accessor.h", | 1442 "src/interpreter/bytecode-array-accessor.h", |
1443 "src/interpreter/bytecode-array-builder.cc", | 1443 "src/interpreter/bytecode-array-builder.cc", |
1444 "src/interpreter/bytecode-array-builder.h", | 1444 "src/interpreter/bytecode-array-builder.h", |
1445 "src/interpreter/bytecode-array-iterator.cc", | 1445 "src/interpreter/bytecode-array-iterator.cc", |
1446 "src/interpreter/bytecode-array-iterator.h", | 1446 "src/interpreter/bytecode-array-iterator.h", |
1447 "src/interpreter/bytecode-array-reverse-iterator.cc", | 1447 "src/interpreter/bytecode-array-random-iterator.cc", |
1448 "src/interpreter/bytecode-array-reverse-iterator.h", | 1448 "src/interpreter/bytecode-array-random-iterator.h", |
1449 "src/interpreter/bytecode-array-writer.cc", | 1449 "src/interpreter/bytecode-array-writer.cc", |
1450 "src/interpreter/bytecode-array-writer.h", | 1450 "src/interpreter/bytecode-array-writer.h", |
1451 "src/interpreter/bytecode-dead-code-optimizer.cc", | 1451 "src/interpreter/bytecode-dead-code-optimizer.cc", |
1452 "src/interpreter/bytecode-dead-code-optimizer.h", | 1452 "src/interpreter/bytecode-dead-code-optimizer.h", |
1453 "src/interpreter/bytecode-decoder.cc", | 1453 "src/interpreter/bytecode-decoder.cc", |
1454 "src/interpreter/bytecode-decoder.h", | 1454 "src/interpreter/bytecode-decoder.h", |
1455 "src/interpreter/bytecode-flags.cc", | 1455 "src/interpreter/bytecode-flags.cc", |
1456 "src/interpreter/bytecode-flags.h", | 1456 "src/interpreter/bytecode-flags.h", |
1457 "src/interpreter/bytecode-generator.cc", | 1457 "src/interpreter/bytecode-generator.cc", |
1458 "src/interpreter/bytecode-generator.h", | 1458 "src/interpreter/bytecode-generator.h", |
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2988 ] | 2988 ] |
2989 | 2989 |
2990 configs = [ | 2990 configs = [ |
2991 ":external_config", | 2991 ":external_config", |
2992 ":internal_config_base", | 2992 ":internal_config_base", |
2993 ] | 2993 ] |
2994 } | 2994 } |
2995 | 2995 |
2996 v8_fuzzer("wasm_data_section_fuzzer") { | 2996 v8_fuzzer("wasm_data_section_fuzzer") { |
2997 } | 2997 } |
OLD | NEW |