| 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 1524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1535 "src/messages.cc", | 1535 "src/messages.cc", |
| 1536 "src/messages.h", | 1536 "src/messages.h", |
| 1537 "src/msan.h", | 1537 "src/msan.h", |
| 1538 "src/objects-body-descriptors-inl.h", | 1538 "src/objects-body-descriptors-inl.h", |
| 1539 "src/objects-body-descriptors.h", | 1539 "src/objects-body-descriptors.h", |
| 1540 "src/objects-debug.cc", | 1540 "src/objects-debug.cc", |
| 1541 "src/objects-inl.h", | 1541 "src/objects-inl.h", |
| 1542 "src/objects-printer.cc", | 1542 "src/objects-printer.cc", |
| 1543 "src/objects.cc", | 1543 "src/objects.cc", |
| 1544 "src/objects.h", | 1544 "src/objects.h", |
| 1545 "src/objects/module-info.h", |
| 1545 "src/objects/object-macros-undef.h", | 1546 "src/objects/object-macros-undef.h", |
| 1546 "src/objects/object-macros.h", | 1547 "src/objects/object-macros.h", |
| 1547 "src/objects/scope-info.h", | 1548 "src/objects/scope-info.h", |
| 1548 "src/ostreams.cc", | 1549 "src/ostreams.cc", |
| 1549 "src/ostreams.h", | 1550 "src/ostreams.h", |
| 1550 "src/parsing/duplicate-finder.cc", | 1551 "src/parsing/duplicate-finder.cc", |
| 1551 "src/parsing/duplicate-finder.h", | 1552 "src/parsing/duplicate-finder.h", |
| 1552 "src/parsing/expression-classifier.h", | 1553 "src/parsing/expression-classifier.h", |
| 1553 "src/parsing/func-name-inferrer.cc", | 1554 "src/parsing/func-name-inferrer.cc", |
| 1554 "src/parsing/func-name-inferrer.h", | 1555 "src/parsing/func-name-inferrer.h", |
| (...skipping 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3012 ] | 3013 ] |
| 3013 | 3014 |
| 3014 configs = [ | 3015 configs = [ |
| 3015 ":external_config", | 3016 ":external_config", |
| 3016 ":internal_config_base", | 3017 ":internal_config_base", |
| 3017 ] | 3018 ] |
| 3018 } | 3019 } |
| 3019 | 3020 |
| 3020 v8_fuzzer("wasm_data_section_fuzzer") { | 3021 v8_fuzzer("wasm_data_section_fuzzer") { |
| 3021 } | 3022 } |
| OLD | NEW |