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 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1166 "src/compiler/types.cc", | 1166 "src/compiler/types.cc", |
1167 "src/compiler/types.h", | 1167 "src/compiler/types.h", |
1168 "src/compiler/unwinding-info-writer.h", | 1168 "src/compiler/unwinding-info-writer.h", |
1169 "src/compiler/value-numbering-reducer.cc", | 1169 "src/compiler/value-numbering-reducer.cc", |
1170 "src/compiler/value-numbering-reducer.h", | 1170 "src/compiler/value-numbering-reducer.h", |
1171 "src/compiler/verifier.cc", | 1171 "src/compiler/verifier.cc", |
1172 "src/compiler/verifier.h", | 1172 "src/compiler/verifier.h", |
1173 "src/compiler/wasm-compiler.cc", | 1173 "src/compiler/wasm-compiler.cc", |
1174 "src/compiler/wasm-compiler.h", | 1174 "src/compiler/wasm-compiler.h", |
1175 "src/compiler/wasm-linkage.cc", | 1175 "src/compiler/wasm-linkage.cc", |
1176 "src/compiler/zone-stats.cc", | 1176 "src/compiler/zone-pool.cc", |
1177 "src/compiler/zone-stats.h", | 1177 "src/compiler/zone-pool.h", |
1178 "src/context-measure.cc", | 1178 "src/context-measure.cc", |
1179 "src/context-measure.h", | 1179 "src/context-measure.h", |
1180 "src/contexts-inl.h", | 1180 "src/contexts-inl.h", |
1181 "src/contexts.cc", | 1181 "src/contexts.cc", |
1182 "src/contexts.h", | 1182 "src/contexts.h", |
1183 "src/conversions-inl.h", | 1183 "src/conversions-inl.h", |
1184 "src/conversions.cc", | 1184 "src/conversions.cc", |
1185 "src/conversions.h", | 1185 "src/conversions.h", |
1186 "src/counters-inl.h", | 1186 "src/counters-inl.h", |
1187 "src/counters.cc", | 1187 "src/counters.cc", |
(...skipping 1590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2778 ":fuzzer_support", | 2778 ":fuzzer_support", |
2779 ":lib_wasm_section_fuzzer", | 2779 ":lib_wasm_section_fuzzer", |
2780 ":wasm_module_runner", | 2780 ":wasm_module_runner", |
2781 ] | 2781 ] |
2782 | 2782 |
2783 configs = [ ":internal_config" ] | 2783 configs = [ ":internal_config" ] |
2784 } | 2784 } |
2785 | 2785 |
2786 v8_fuzzer("wasm_data_section_fuzzer") { | 2786 v8_fuzzer("wasm_data_section_fuzzer") { |
2787 } | 2787 } |
OLD | NEW |