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 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1174 "src/compiler/types.cc", | 1174 "src/compiler/types.cc", |
1175 "src/compiler/types.h", | 1175 "src/compiler/types.h", |
1176 "src/compiler/unwinding-info-writer.h", | 1176 "src/compiler/unwinding-info-writer.h", |
1177 "src/compiler/value-numbering-reducer.cc", | 1177 "src/compiler/value-numbering-reducer.cc", |
1178 "src/compiler/value-numbering-reducer.h", | 1178 "src/compiler/value-numbering-reducer.h", |
1179 "src/compiler/verifier.cc", | 1179 "src/compiler/verifier.cc", |
1180 "src/compiler/verifier.h", | 1180 "src/compiler/verifier.h", |
1181 "src/compiler/wasm-compiler.cc", | 1181 "src/compiler/wasm-compiler.cc", |
1182 "src/compiler/wasm-compiler.h", | 1182 "src/compiler/wasm-compiler.h", |
1183 "src/compiler/wasm-linkage.cc", | 1183 "src/compiler/wasm-linkage.cc", |
1184 "src/compiler/zone-pool.cc", | 1184 "src/compiler/zonestats.cc", |
1185 "src/compiler/zone-pool.h", | 1185 "src/compiler/zonestats.h", |
1186 "src/context-measure.cc", | 1186 "src/context-measure.cc", |
1187 "src/context-measure.h", | 1187 "src/context-measure.h", |
1188 "src/contexts-inl.h", | 1188 "src/contexts-inl.h", |
1189 "src/contexts.cc", | 1189 "src/contexts.cc", |
1190 "src/contexts.h", | 1190 "src/contexts.h", |
1191 "src/conversions-inl.h", | 1191 "src/conversions-inl.h", |
1192 "src/conversions.cc", | 1192 "src/conversions.cc", |
1193 "src/conversions.h", | 1193 "src/conversions.h", |
1194 "src/counters-inl.h", | 1194 "src/counters-inl.h", |
1195 "src/counters.cc", | 1195 "src/counters.cc", |
(...skipping 1588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2784 ":fuzzer_support", | 2784 ":fuzzer_support", |
2785 ":lib_wasm_section_fuzzer", | 2785 ":lib_wasm_section_fuzzer", |
2786 ":wasm_module_runner", | 2786 ":wasm_module_runner", |
2787 ] | 2787 ] |
2788 | 2788 |
2789 configs = [ ":internal_config" ] | 2789 configs = [ ":internal_config" ] |
2790 } | 2790 } |
2791 | 2791 |
2792 v8_fuzzer("wasm_data_section_fuzzer") { | 2792 v8_fuzzer("wasm_data_section_fuzzer") { |
2793 } | 2793 } |
OLD | NEW |