| 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 1551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1562 "src/objects-body-descriptors-inl.h", | 1562 "src/objects-body-descriptors-inl.h", |
| 1563 "src/objects-body-descriptors.h", | 1563 "src/objects-body-descriptors.h", |
| 1564 "src/objects-debug.cc", | 1564 "src/objects-debug.cc", |
| 1565 "src/objects-inl.h", | 1565 "src/objects-inl.h", |
| 1566 "src/objects-printer.cc", | 1566 "src/objects-printer.cc", |
| 1567 "src/objects.cc", | 1567 "src/objects.cc", |
| 1568 "src/objects.h", | 1568 "src/objects.h", |
| 1569 "src/objects/module-info.h", | 1569 "src/objects/module-info.h", |
| 1570 "src/objects/object-macros-undef.h", | 1570 "src/objects/object-macros-undef.h", |
| 1571 "src/objects/object-macros.h", | 1571 "src/objects/object-macros.h", |
| 1572 "src/objects/regexp-match-info.h", |
| 1572 "src/objects/scope-info.cc", | 1573 "src/objects/scope-info.cc", |
| 1573 "src/objects/scope-info.h", | 1574 "src/objects/scope-info.h", |
| 1574 "src/ostreams.cc", | 1575 "src/ostreams.cc", |
| 1575 "src/ostreams.h", | 1576 "src/ostreams.h", |
| 1576 "src/parsing/duplicate-finder.cc", | 1577 "src/parsing/duplicate-finder.cc", |
| 1577 "src/parsing/duplicate-finder.h", | 1578 "src/parsing/duplicate-finder.h", |
| 1578 "src/parsing/expression-classifier.h", | 1579 "src/parsing/expression-classifier.h", |
| 1579 "src/parsing/func-name-inferrer.cc", | 1580 "src/parsing/func-name-inferrer.cc", |
| 1580 "src/parsing/func-name-inferrer.h", | 1581 "src/parsing/func-name-inferrer.h", |
| 1581 "src/parsing/parameter-initializer-rewriter.cc", | 1582 "src/parsing/parameter-initializer-rewriter.cc", |
| (...skipping 1477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3059 ] | 3060 ] |
| 3060 | 3061 |
| 3061 configs = [ | 3062 configs = [ |
| 3062 ":external_config", | 3063 ":external_config", |
| 3063 ":internal_config_base", | 3064 ":internal_config_base", |
| 3064 ] | 3065 ] |
| 3065 } | 3066 } |
| 3066 | 3067 |
| 3067 v8_fuzzer("wasm_data_section_fuzzer") { | 3068 v8_fuzzer("wasm_data_section_fuzzer") { |
| 3068 } | 3069 } |
| OLD | NEW |