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 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1372 "src/extensions/trigger-failure-extension.cc", | 1372 "src/extensions/trigger-failure-extension.cc", |
1373 "src/extensions/trigger-failure-extension.h", | 1373 "src/extensions/trigger-failure-extension.h", |
1374 "src/external-reference-table.cc", | 1374 "src/external-reference-table.cc", |
1375 "src/external-reference-table.h", | 1375 "src/external-reference-table.h", |
1376 "src/factory.cc", | 1376 "src/factory.cc", |
1377 "src/factory.h", | 1377 "src/factory.h", |
1378 "src/fast-accessor-assembler.cc", | 1378 "src/fast-accessor-assembler.cc", |
1379 "src/fast-accessor-assembler.h", | 1379 "src/fast-accessor-assembler.h", |
1380 "src/fast-dtoa.cc", | 1380 "src/fast-dtoa.cc", |
1381 "src/fast-dtoa.h", | 1381 "src/fast-dtoa.h", |
| 1382 "src/ffi/ffi-compiler.cc", |
| 1383 "src/ffi/ffi-compiler.h", |
1382 "src/field-index-inl.h", | 1384 "src/field-index-inl.h", |
1383 "src/field-index.h", | 1385 "src/field-index.h", |
1384 "src/field-type.cc", | 1386 "src/field-type.cc", |
1385 "src/field-type.h", | 1387 "src/field-type.h", |
1386 "src/fixed-dtoa.cc", | 1388 "src/fixed-dtoa.cc", |
1387 "src/fixed-dtoa.h", | 1389 "src/fixed-dtoa.h", |
1388 "src/flag-definitions.h", | 1390 "src/flag-definitions.h", |
1389 "src/flags.cc", | 1391 "src/flags.cc", |
1390 "src/flags.h", | 1392 "src/flags.h", |
1391 "src/frames-inl.h", | 1393 "src/frames-inl.h", |
(...skipping 1667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3059 ] | 3061 ] |
3060 | 3062 |
3061 configs = [ | 3063 configs = [ |
3062 ":external_config", | 3064 ":external_config", |
3063 ":internal_config_base", | 3065 ":internal_config_base", |
3064 ] | 3066 ] |
3065 } | 3067 } |
3066 | 3068 |
3067 v8_fuzzer("wasm_data_section_fuzzer") { | 3069 v8_fuzzer("wasm_data_section_fuzzer") { |
3068 } | 3070 } |
OLD | NEW |