| 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 1514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1525 "src/log.cc", | 1525 "src/log.cc", |
| 1526 "src/log.h", | 1526 "src/log.h", |
| 1527 "src/lookup-cache-inl.h", | 1527 "src/lookup-cache-inl.h", |
| 1528 "src/lookup-cache.cc", | 1528 "src/lookup-cache.cc", |
| 1529 "src/lookup-cache.h", | 1529 "src/lookup-cache.h", |
| 1530 "src/lookup.cc", | 1530 "src/lookup.cc", |
| 1531 "src/lookup.h", | 1531 "src/lookup.h", |
| 1532 "src/machine-type.cc", | 1532 "src/machine-type.cc", |
| 1533 "src/machine-type.h", | 1533 "src/machine-type.h", |
| 1534 "src/macro-assembler.h", | 1534 "src/macro-assembler.h", |
| 1535 "src/map-reconfigurer.cc", |
| 1536 "src/map-reconfigurer.h", |
| 1535 "src/messages.cc", | 1537 "src/messages.cc", |
| 1536 "src/messages.h", | 1538 "src/messages.h", |
| 1537 "src/msan.h", | 1539 "src/msan.h", |
| 1538 "src/objects-body-descriptors-inl.h", | 1540 "src/objects-body-descriptors-inl.h", |
| 1539 "src/objects-body-descriptors.h", | 1541 "src/objects-body-descriptors.h", |
| 1540 "src/objects-debug.cc", | 1542 "src/objects-debug.cc", |
| 1541 "src/objects-inl.h", | 1543 "src/objects-inl.h", |
| 1542 "src/objects-printer.cc", | 1544 "src/objects-printer.cc", |
| 1543 "src/objects.cc", | 1545 "src/objects.cc", |
| 1544 "src/objects.h", | 1546 "src/objects.h", |
| (...skipping 1467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3012 ] | 3014 ] |
| 3013 | 3015 |
| 3014 configs = [ | 3016 configs = [ |
| 3015 ":external_config", | 3017 ":external_config", |
| 3016 ":internal_config_base", | 3018 ":internal_config_base", |
| 3017 ] | 3019 ] |
| 3018 } | 3020 } |
| 3019 | 3021 |
| 3020 v8_fuzzer("wasm_data_section_fuzzer") { | 3022 v8_fuzzer("wasm_data_section_fuzzer") { |
| 3021 } | 3023 } |
| OLD | NEW |