| 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 1714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1725 "src/wasm/wasm-external-refs.h", | 1725 "src/wasm/wasm-external-refs.h", |
| 1726 "src/wasm/wasm-interpreter.cc", | 1726 "src/wasm/wasm-interpreter.cc", |
| 1727 "src/wasm/wasm-interpreter.h", | 1727 "src/wasm/wasm-interpreter.h", |
| 1728 "src/wasm/wasm-js.cc", | 1728 "src/wasm/wasm-js.cc", |
| 1729 "src/wasm/wasm-js.h", | 1729 "src/wasm/wasm-js.h", |
| 1730 "src/wasm/wasm-macro-gen.h", | 1730 "src/wasm/wasm-macro-gen.h", |
| 1731 "src/wasm/wasm-module-builder.cc", | 1731 "src/wasm/wasm-module-builder.cc", |
| 1732 "src/wasm/wasm-module-builder.h", | 1732 "src/wasm/wasm-module-builder.h", |
| 1733 "src/wasm/wasm-module.cc", | 1733 "src/wasm/wasm-module.cc", |
| 1734 "src/wasm/wasm-module.h", | 1734 "src/wasm/wasm-module.h", |
| 1735 "src/wasm/wasm-objects.cc", |
| 1736 "src/wasm/wasm-objects.h", |
| 1735 "src/wasm/wasm-opcodes.cc", | 1737 "src/wasm/wasm-opcodes.cc", |
| 1736 "src/wasm/wasm-opcodes.h", | 1738 "src/wasm/wasm-opcodes.h", |
| 1737 "src/wasm/wasm-result.cc", | 1739 "src/wasm/wasm-result.cc", |
| 1738 "src/wasm/wasm-result.h", | 1740 "src/wasm/wasm-result.h", |
| 1739 "src/zone/accounting-allocator.cc", | 1741 "src/zone/accounting-allocator.cc", |
| 1740 "src/zone/accounting-allocator.h", | 1742 "src/zone/accounting-allocator.h", |
| 1741 "src/zone/zone-allocator.h", | 1743 "src/zone/zone-allocator.h", |
| 1742 "src/zone/zone-allocator.h", | 1744 "src/zone/zone-allocator.h", |
| 1743 "src/zone/zone-chunk-list.h", | 1745 "src/zone/zone-chunk-list.h", |
| 1744 "src/zone/zone-containers.h", | 1746 "src/zone/zone-containers.h", |
| (...skipping 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2979 ] | 2981 ] |
| 2980 | 2982 |
| 2981 configs = [ | 2983 configs = [ |
| 2982 ":external_config", | 2984 ":external_config", |
| 2983 ":internal_config_base", | 2985 ":internal_config_base", |
| 2984 ] | 2986 ] |
| 2985 } | 2987 } |
| 2986 | 2988 |
| 2987 v8_fuzzer("wasm_data_section_fuzzer") { | 2989 v8_fuzzer("wasm_data_section_fuzzer") { |
| 2988 } | 2990 } |
| OLD | NEW |