| 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 1614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1625 "src/profiler/sampling-heap-profiler.cc", | 1625 "src/profiler/sampling-heap-profiler.cc", |
| 1626 "src/profiler/sampling-heap-profiler.h", | 1626 "src/profiler/sampling-heap-profiler.h", |
| 1627 "src/profiler/strings-storage.cc", | 1627 "src/profiler/strings-storage.cc", |
| 1628 "src/profiler/strings-storage.h", | 1628 "src/profiler/strings-storage.h", |
| 1629 "src/profiler/tick-sample.cc", | 1629 "src/profiler/tick-sample.cc", |
| 1630 "src/profiler/tick-sample.h", | 1630 "src/profiler/tick-sample.h", |
| 1631 "src/profiler/tracing-cpu-profiler.cc", | 1631 "src/profiler/tracing-cpu-profiler.cc", |
| 1632 "src/profiler/tracing-cpu-profiler.h", | 1632 "src/profiler/tracing-cpu-profiler.h", |
| 1633 "src/profiler/unbound-queue-inl.h", | 1633 "src/profiler/unbound-queue-inl.h", |
| 1634 "src/profiler/unbound-queue.h", | 1634 "src/profiler/unbound-queue.h", |
| 1635 "src/promise-utils.cc", | |
| 1636 "src/promise-utils.h", | |
| 1637 "src/property-descriptor.cc", | 1635 "src/property-descriptor.cc", |
| 1638 "src/property-descriptor.h", | 1636 "src/property-descriptor.h", |
| 1639 "src/property-details.h", | 1637 "src/property-details.h", |
| 1640 "src/property.cc", | 1638 "src/property.cc", |
| 1641 "src/property.h", | 1639 "src/property.h", |
| 1642 "src/prototype.h", | 1640 "src/prototype.h", |
| 1643 "src/regexp/bytecodes-irregexp.h", | 1641 "src/regexp/bytecodes-irregexp.h", |
| 1644 "src/regexp/interpreter-irregexp.cc", | 1642 "src/regexp/interpreter-irregexp.cc", |
| 1645 "src/regexp/interpreter-irregexp.h", | 1643 "src/regexp/interpreter-irregexp.h", |
| 1646 "src/regexp/jsregexp-inl.h", | 1644 "src/regexp/jsregexp-inl.h", |
| (...skipping 1412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3059 ] | 3057 ] |
| 3060 | 3058 |
| 3061 configs = [ | 3059 configs = [ |
| 3062 ":external_config", | 3060 ":external_config", |
| 3063 ":internal_config_base", | 3061 ":internal_config_base", |
| 3064 ] | 3062 ] |
| 3065 } | 3063 } |
| 3066 | 3064 |
| 3067 v8_fuzzer("wasm_data_section_fuzzer") { | 3065 v8_fuzzer("wasm_data_section_fuzzer") { |
| 3068 } | 3066 } |
| OLD | NEW |