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 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1569 "src/messages.cc", | 1569 "src/messages.cc", |
1570 "src/messages.h", | 1570 "src/messages.h", |
1571 "src/msan.h", | 1571 "src/msan.h", |
1572 "src/objects-body-descriptors-inl.h", | 1572 "src/objects-body-descriptors-inl.h", |
1573 "src/objects-body-descriptors.h", | 1573 "src/objects-body-descriptors.h", |
1574 "src/objects-debug.cc", | 1574 "src/objects-debug.cc", |
1575 "src/objects-inl.h", | 1575 "src/objects-inl.h", |
1576 "src/objects-printer.cc", | 1576 "src/objects-printer.cc", |
1577 "src/objects.cc", | 1577 "src/objects.cc", |
1578 "src/objects.h", | 1578 "src/objects.h", |
| 1579 "src/objects/literal-objects.cc", |
| 1580 "src/objects/literal-objects.h", |
1579 "src/objects/module-info.h", | 1581 "src/objects/module-info.h", |
1580 "src/objects/object-macros-undef.h", | 1582 "src/objects/object-macros-undef.h", |
1581 "src/objects/object-macros.h", | 1583 "src/objects/object-macros.h", |
1582 "src/objects/regexp-match-info.h", | 1584 "src/objects/regexp-match-info.h", |
1583 "src/objects/scope-info.cc", | 1585 "src/objects/scope-info.cc", |
1584 "src/objects/scope-info.h", | 1586 "src/objects/scope-info.h", |
1585 "src/ostreams.cc", | 1587 "src/ostreams.cc", |
1586 "src/ostreams.h", | 1588 "src/ostreams.h", |
1587 "src/parsing/duplicate-finder.cc", | 1589 "src/parsing/duplicate-finder.cc", |
1588 "src/parsing/duplicate-finder.h", | 1590 "src/parsing/duplicate-finder.h", |
(...skipping 1481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3070 ] | 3072 ] |
3071 | 3073 |
3072 configs = [ | 3074 configs = [ |
3073 ":external_config", | 3075 ":external_config", |
3074 ":internal_config_base", | 3076 ":internal_config_base", |
3075 ] | 3077 ] |
3076 } | 3078 } |
3077 | 3079 |
3078 v8_fuzzer("wasm_data_section_fuzzer") { | 3080 v8_fuzzer("wasm_data_section_fuzzer") { |
3079 } | 3081 } |
OLD | NEW |