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 1517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1528 "src/profiler/profile-generator.cc", | 1528 "src/profiler/profile-generator.cc", |
1529 "src/profiler/profile-generator.h", | 1529 "src/profiler/profile-generator.h", |
1530 "src/profiler/profiler-listener.cc", | 1530 "src/profiler/profiler-listener.cc", |
1531 "src/profiler/profiler-listener.h", | 1531 "src/profiler/profiler-listener.h", |
1532 "src/profiler/sampling-heap-profiler.cc", | 1532 "src/profiler/sampling-heap-profiler.cc", |
1533 "src/profiler/sampling-heap-profiler.h", | 1533 "src/profiler/sampling-heap-profiler.h", |
1534 "src/profiler/strings-storage.cc", | 1534 "src/profiler/strings-storage.cc", |
1535 "src/profiler/strings-storage.h", | 1535 "src/profiler/strings-storage.h", |
1536 "src/profiler/tick-sample.cc", | 1536 "src/profiler/tick-sample.cc", |
1537 "src/profiler/tick-sample.h", | 1537 "src/profiler/tick-sample.h", |
| 1538 "src/profiler/tracing-cpu-profiler.cc", |
| 1539 "src/profiler/tracing-cpu-profiler.h", |
1538 "src/profiler/unbound-queue-inl.h", | 1540 "src/profiler/unbound-queue-inl.h", |
1539 "src/profiler/unbound-queue.h", | 1541 "src/profiler/unbound-queue.h", |
1540 "src/property-descriptor.cc", | 1542 "src/property-descriptor.cc", |
1541 "src/property-descriptor.h", | 1543 "src/property-descriptor.h", |
1542 "src/property-details.h", | 1544 "src/property-details.h", |
1543 "src/property.cc", | 1545 "src/property.cc", |
1544 "src/property.h", | 1546 "src/property.h", |
1545 "src/prototype.h", | 1547 "src/prototype.h", |
1546 "src/regexp/bytecodes-irregexp.h", | 1548 "src/regexp/bytecodes-irregexp.h", |
1547 "src/regexp/interpreter-irregexp.cc", | 1549 "src/regexp/interpreter-irregexp.cc", |
(...skipping 1383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2931 ] | 2933 ] |
2932 | 2934 |
2933 configs = [ | 2935 configs = [ |
2934 ":external_config", | 2936 ":external_config", |
2935 ":internal_config_base", | 2937 ":internal_config_base", |
2936 ] | 2938 ] |
2937 } | 2939 } |
2938 | 2940 |
2939 v8_fuzzer("wasm_data_section_fuzzer") { | 2941 v8_fuzzer("wasm_data_section_fuzzer") { |
2940 } | 2942 } |
OLD | NEW |