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/futex-emulation.h", | 1170 "src/futex-emulation.h", |
1171 "src/gdb-jit.cc", | 1171 "src/gdb-jit.cc", |
1172 "src/gdb-jit.h", | 1172 "src/gdb-jit.h", |
1173 "src/global-handles.cc", | 1173 "src/global-handles.cc", |
1174 "src/global-handles.h", | 1174 "src/global-handles.h", |
1175 "src/globals.h", | 1175 "src/globals.h", |
1176 "src/handles-inl.h", | 1176 "src/handles-inl.h", |
1177 "src/handles.cc", | 1177 "src/handles.cc", |
1178 "src/handles.h", | 1178 "src/handles.h", |
1179 "src/heap-symbols.h", | 1179 "src/heap-symbols.h", |
| 1180 "src/heap/array-buffer-tracker-inl.h", |
1180 "src/heap/array-buffer-tracker.cc", | 1181 "src/heap/array-buffer-tracker.cc", |
1181 "src/heap/array-buffer-tracker.h", | 1182 "src/heap/array-buffer-tracker.h", |
1182 "src/heap/gc-idle-time-handler.cc", | 1183 "src/heap/gc-idle-time-handler.cc", |
1183 "src/heap/gc-idle-time-handler.h", | 1184 "src/heap/gc-idle-time-handler.h", |
1184 "src/heap/gc-tracer.cc", | 1185 "src/heap/gc-tracer.cc", |
1185 "src/heap/gc-tracer.h", | 1186 "src/heap/gc-tracer.h", |
1186 "src/heap/heap-inl.h", | 1187 "src/heap/heap-inl.h", |
1187 "src/heap/heap.cc", | 1188 "src/heap/heap.cc", |
1188 "src/heap/heap.h", | 1189 "src/heap/heap.h", |
1189 "src/heap/incremental-marking-job.cc", | 1190 "src/heap/incremental-marking-job.cc", |
(...skipping 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2291 | 2292 |
2292 deps = [ | 2293 deps = [ |
2293 ":fuzzer_support", | 2294 ":fuzzer_support", |
2294 ] | 2295 ] |
2295 | 2296 |
2296 configs = [ ":internal_config" ] | 2297 configs = [ ":internal_config" ] |
2297 } | 2298 } |
2298 | 2299 |
2299 v8_fuzzer("wasm_asmjs_fuzzer") { | 2300 v8_fuzzer("wasm_asmjs_fuzzer") { |
2300 } | 2301 } |
OLD | NEW |