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 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1337 "src/profiler/heap-snapshot-generator-inl.h", | 1337 "src/profiler/heap-snapshot-generator-inl.h", |
1338 "src/profiler/heap-snapshot-generator.cc", | 1338 "src/profiler/heap-snapshot-generator.cc", |
1339 "src/profiler/heap-snapshot-generator.h", | 1339 "src/profiler/heap-snapshot-generator.h", |
1340 "src/profiler/profile-generator-inl.h", | 1340 "src/profiler/profile-generator-inl.h", |
1341 "src/profiler/profile-generator.cc", | 1341 "src/profiler/profile-generator.cc", |
1342 "src/profiler/profile-generator.h", | 1342 "src/profiler/profile-generator.h", |
1343 "src/profiler/profiler-listener.cc", | 1343 "src/profiler/profiler-listener.cc", |
1344 "src/profiler/profiler-listener.h", | 1344 "src/profiler/profiler-listener.h", |
1345 "src/profiler/sampling-heap-profiler.cc", | 1345 "src/profiler/sampling-heap-profiler.cc", |
1346 "src/profiler/sampling-heap-profiler.h", | 1346 "src/profiler/sampling-heap-profiler.h", |
| 1347 "src/profiler/simulator-helper.cc", |
| 1348 "src/profiler/simulator-helper.h", |
1347 "src/profiler/strings-storage.cc", | 1349 "src/profiler/strings-storage.cc", |
1348 "src/profiler/strings-storage.h", | 1350 "src/profiler/strings-storage.h", |
1349 "src/profiler/tick-sample.cc", | |
1350 "src/profiler/tick-sample.h", | |
1351 "src/profiler/unbound-queue-inl.h", | 1351 "src/profiler/unbound-queue-inl.h", |
1352 "src/profiler/unbound-queue.h", | 1352 "src/profiler/unbound-queue.h", |
1353 "src/property-descriptor.cc", | 1353 "src/property-descriptor.cc", |
1354 "src/property-descriptor.h", | 1354 "src/property-descriptor.h", |
1355 "src/property-details.h", | 1355 "src/property-details.h", |
1356 "src/property.cc", | 1356 "src/property.cc", |
1357 "src/property.h", | 1357 "src/property.h", |
1358 "src/prototype.h", | 1358 "src/prototype.h", |
1359 "src/regexp/bytecodes-irregexp.h", | 1359 "src/regexp/bytecodes-irregexp.h", |
1360 "src/regexp/interpreter-irregexp.cc", | 1360 "src/regexp/interpreter-irregexp.cc", |
(...skipping 986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2347 | 2347 |
2348 deps = [ | 2348 deps = [ |
2349 ":fuzzer_support", | 2349 ":fuzzer_support", |
2350 ] | 2350 ] |
2351 | 2351 |
2352 configs = [ ":internal_config" ] | 2352 configs = [ ":internal_config" ] |
2353 } | 2353 } |
2354 | 2354 |
2355 v8_fuzzer("wasm_asmjs_fuzzer") { | 2355 v8_fuzzer("wasm_asmjs_fuzzer") { |
2356 } | 2356 } |
OLD | NEW |