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 1513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1524 "src/messages.cc", | 1524 "src/messages.cc", |
1525 "src/messages.h", | 1525 "src/messages.h", |
1526 "src/msan.h", | 1526 "src/msan.h", |
1527 "src/objects-body-descriptors-inl.h", | 1527 "src/objects-body-descriptors-inl.h", |
1528 "src/objects-body-descriptors.h", | 1528 "src/objects-body-descriptors.h", |
1529 "src/objects-debug.cc", | 1529 "src/objects-debug.cc", |
1530 "src/objects-inl.h", | 1530 "src/objects-inl.h", |
1531 "src/objects-printer.cc", | 1531 "src/objects-printer.cc", |
1532 "src/objects.cc", | 1532 "src/objects.cc", |
1533 "src/objects.h", | 1533 "src/objects.h", |
| 1534 "src/objects/object-macros-undef.h", |
| 1535 "src/objects/object-macros.h", |
| 1536 "src/objects/scope-info.h", |
1534 "src/ostreams.cc", | 1537 "src/ostreams.cc", |
1535 "src/ostreams.h", | 1538 "src/ostreams.h", |
1536 "src/parsing/duplicate-finder.cc", | 1539 "src/parsing/duplicate-finder.cc", |
1537 "src/parsing/duplicate-finder.h", | 1540 "src/parsing/duplicate-finder.h", |
1538 "src/parsing/expression-classifier.h", | 1541 "src/parsing/expression-classifier.h", |
1539 "src/parsing/func-name-inferrer.cc", | 1542 "src/parsing/func-name-inferrer.cc", |
1540 "src/parsing/func-name-inferrer.h", | 1543 "src/parsing/func-name-inferrer.h", |
1541 "src/parsing/parameter-initializer-rewriter.cc", | 1544 "src/parsing/parameter-initializer-rewriter.cc", |
1542 "src/parsing/parameter-initializer-rewriter.h", | 1545 "src/parsing/parameter-initializer-rewriter.h", |
1543 "src/parsing/parse-info.cc", | 1546 "src/parsing/parse-info.cc", |
(...skipping 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3001 ] | 3004 ] |
3002 | 3005 |
3003 configs = [ | 3006 configs = [ |
3004 ":external_config", | 3007 ":external_config", |
3005 ":internal_config_base", | 3008 ":internal_config_base", |
3006 ] | 3009 ] |
3007 } | 3010 } |
3008 | 3011 |
3009 v8_fuzzer("wasm_data_section_fuzzer") { | 3012 v8_fuzzer("wasm_data_section_fuzzer") { |
3010 } | 3013 } |
OLD | NEW |