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 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1564 "src/log.cc", | 1564 "src/log.cc", |
1565 "src/log.h", | 1565 "src/log.h", |
1566 "src/lookup-cache-inl.h", | 1566 "src/lookup-cache-inl.h", |
1567 "src/lookup-cache.cc", | 1567 "src/lookup-cache.cc", |
1568 "src/lookup-cache.h", | 1568 "src/lookup-cache.h", |
1569 "src/lookup.cc", | 1569 "src/lookup.cc", |
1570 "src/lookup.h", | 1570 "src/lookup.h", |
1571 "src/machine-type.cc", | 1571 "src/machine-type.cc", |
1572 "src/machine-type.h", | 1572 "src/machine-type.h", |
1573 "src/macro-assembler.h", | 1573 "src/macro-assembler.h", |
| 1574 "src/managed.h", |
1574 "src/map-updater.cc", | 1575 "src/map-updater.cc", |
1575 "src/map-updater.h", | 1576 "src/map-updater.h", |
1576 "src/messages.cc", | 1577 "src/messages.cc", |
1577 "src/messages.h", | 1578 "src/messages.h", |
1578 "src/msan.h", | 1579 "src/msan.h", |
1579 "src/objects-body-descriptors-inl.h", | 1580 "src/objects-body-descriptors-inl.h", |
1580 "src/objects-body-descriptors.h", | 1581 "src/objects-body-descriptors.h", |
1581 "src/objects-debug.cc", | 1582 "src/objects-debug.cc", |
1582 "src/objects-inl.h", | 1583 "src/objects-inl.h", |
1583 "src/objects-printer.cc", | 1584 "src/objects-printer.cc", |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1795 "src/vector.h", | 1796 "src/vector.h", |
1796 "src/version.cc", | 1797 "src/version.cc", |
1797 "src/version.h", | 1798 "src/version.h", |
1798 "src/vm-state-inl.h", | 1799 "src/vm-state-inl.h", |
1799 "src/vm-state.h", | 1800 "src/vm-state.h", |
1800 "src/wasm/decoder.h", | 1801 "src/wasm/decoder.h", |
1801 "src/wasm/function-body-decoder-impl.h", | 1802 "src/wasm/function-body-decoder-impl.h", |
1802 "src/wasm/function-body-decoder.cc", | 1803 "src/wasm/function-body-decoder.cc", |
1803 "src/wasm/function-body-decoder.h", | 1804 "src/wasm/function-body-decoder.h", |
1804 "src/wasm/leb-helper.h", | 1805 "src/wasm/leb-helper.h", |
1805 "src/wasm/managed.h", | |
1806 "src/wasm/module-decoder.cc", | 1806 "src/wasm/module-decoder.cc", |
1807 "src/wasm/module-decoder.h", | 1807 "src/wasm/module-decoder.h", |
1808 "src/wasm/signature-map.cc", | 1808 "src/wasm/signature-map.cc", |
1809 "src/wasm/signature-map.h", | 1809 "src/wasm/signature-map.h", |
1810 "src/wasm/wasm-code-specialization.cc", | 1810 "src/wasm/wasm-code-specialization.cc", |
1811 "src/wasm/wasm-code-specialization.h", | 1811 "src/wasm/wasm-code-specialization.h", |
1812 "src/wasm/wasm-debug.cc", | 1812 "src/wasm/wasm-debug.cc", |
1813 "src/wasm/wasm-external-refs.cc", | 1813 "src/wasm/wasm-external-refs.cc", |
1814 "src/wasm/wasm-external-refs.h", | 1814 "src/wasm/wasm-external-refs.h", |
1815 "src/wasm/wasm-interpreter.cc", | 1815 "src/wasm/wasm-interpreter.cc", |
(...skipping 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3115 ] | 3115 ] |
3116 | 3116 |
3117 configs = [ | 3117 configs = [ |
3118 ":external_config", | 3118 ":external_config", |
3119 ":internal_config_base", | 3119 ":internal_config_base", |
3120 ] | 3120 ] |
3121 } | 3121 } |
3122 | 3122 |
3123 v8_fuzzer("wasm_compile_fuzzer") { | 3123 v8_fuzzer("wasm_compile_fuzzer") { |
3124 } | 3124 } |
OLD | NEW |