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 1552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1563 "src/profiler/sampling-heap-profiler.cc", | 1563 "src/profiler/sampling-heap-profiler.cc", |
1564 "src/profiler/sampling-heap-profiler.h", | 1564 "src/profiler/sampling-heap-profiler.h", |
1565 "src/profiler/strings-storage.cc", | 1565 "src/profiler/strings-storage.cc", |
1566 "src/profiler/strings-storage.h", | 1566 "src/profiler/strings-storage.h", |
1567 "src/profiler/tick-sample.cc", | 1567 "src/profiler/tick-sample.cc", |
1568 "src/profiler/tick-sample.h", | 1568 "src/profiler/tick-sample.h", |
1569 "src/profiler/tracing-cpu-profiler.cc", | 1569 "src/profiler/tracing-cpu-profiler.cc", |
1570 "src/profiler/tracing-cpu-profiler.h", | 1570 "src/profiler/tracing-cpu-profiler.h", |
1571 "src/profiler/unbound-queue-inl.h", | 1571 "src/profiler/unbound-queue-inl.h", |
1572 "src/profiler/unbound-queue.h", | 1572 "src/profiler/unbound-queue.h", |
| 1573 "src/promise-utils.cc", |
| 1574 "src/promise-utils.h", |
1573 "src/property-descriptor.cc", | 1575 "src/property-descriptor.cc", |
1574 "src/property-descriptor.h", | 1576 "src/property-descriptor.h", |
1575 "src/property-details.h", | 1577 "src/property-details.h", |
1576 "src/property.cc", | 1578 "src/property.cc", |
1577 "src/property.h", | 1579 "src/property.h", |
1578 "src/prototype.h", | 1580 "src/prototype.h", |
1579 "src/regexp/bytecodes-irregexp.h", | 1581 "src/regexp/bytecodes-irregexp.h", |
1580 "src/regexp/interpreter-irregexp.cc", | 1582 "src/regexp/interpreter-irregexp.cc", |
1581 "src/regexp/interpreter-irregexp.h", | 1583 "src/regexp/interpreter-irregexp.h", |
1582 "src/regexp/jsregexp-inl.h", | 1584 "src/regexp/jsregexp-inl.h", |
(...skipping 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2982 ] | 2984 ] |
2983 | 2985 |
2984 configs = [ | 2986 configs = [ |
2985 ":external_config", | 2987 ":external_config", |
2986 ":internal_config_base", | 2988 ":internal_config_base", |
2987 ] | 2989 ] |
2988 } | 2990 } |
2989 | 2991 |
2990 v8_fuzzer("wasm_data_section_fuzzer") { | 2992 v8_fuzzer("wasm_data_section_fuzzer") { |
2991 } | 2993 } |
OLD | NEW |