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 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1170 "src/compiler/types.cc", | 1170 "src/compiler/types.cc", |
1171 "src/compiler/types.h", | 1171 "src/compiler/types.h", |
1172 "src/compiler/unwinding-info-writer.h", | 1172 "src/compiler/unwinding-info-writer.h", |
1173 "src/compiler/value-numbering-reducer.cc", | 1173 "src/compiler/value-numbering-reducer.cc", |
1174 "src/compiler/value-numbering-reducer.h", | 1174 "src/compiler/value-numbering-reducer.h", |
1175 "src/compiler/verifier.cc", | 1175 "src/compiler/verifier.cc", |
1176 "src/compiler/verifier.h", | 1176 "src/compiler/verifier.h", |
1177 "src/compiler/wasm-compiler.cc", | 1177 "src/compiler/wasm-compiler.cc", |
1178 "src/compiler/wasm-compiler.h", | 1178 "src/compiler/wasm-compiler.h", |
1179 "src/compiler/wasm-linkage.cc", | 1179 "src/compiler/wasm-linkage.cc", |
1180 "src/compiler/zone-stats.cc", | 1180 "src/compiler/zone-pool.cc", |
1181 "src/compiler/zone-stats.h", | 1181 "src/compiler/zone-pool.h", |
1182 "src/context-measure.cc", | 1182 "src/context-measure.cc", |
1183 "src/context-measure.h", | 1183 "src/context-measure.h", |
1184 "src/contexts-inl.h", | 1184 "src/contexts-inl.h", |
1185 "src/contexts.cc", | 1185 "src/contexts.cc", |
1186 "src/contexts.h", | 1186 "src/contexts.h", |
1187 "src/conversions-inl.h", | 1187 "src/conversions-inl.h", |
1188 "src/conversions.cc", | 1188 "src/conversions.cc", |
1189 "src/conversions.h", | 1189 "src/conversions.h", |
1190 "src/counters-inl.h", | 1190 "src/counters-inl.h", |
1191 "src/counters.cc", | 1191 "src/counters.cc", |
(...skipping 1756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2948 ] | 2948 ] |
2949 | 2949 |
2950 configs = [ | 2950 configs = [ |
2951 ":external_config", | 2951 ":external_config", |
2952 ":internal_config_base", | 2952 ":internal_config_base", |
2953 ] | 2953 ] |
2954 } | 2954 } |
2955 | 2955 |
2956 v8_fuzzer("wasm_data_section_fuzzer") { | 2956 v8_fuzzer("wasm_data_section_fuzzer") { |
2957 } | 2957 } |
OLD | NEW |