| 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 1734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1745 "src/strtod.h", | 1745 "src/strtod.h", |
| 1746 "src/tracing/trace-event.cc", | 1746 "src/tracing/trace-event.cc", |
| 1747 "src/tracing/trace-event.h", | 1747 "src/tracing/trace-event.h", |
| 1748 "src/tracing/traced-value.cc", | 1748 "src/tracing/traced-value.cc", |
| 1749 "src/tracing/traced-value.h", | 1749 "src/tracing/traced-value.h", |
| 1750 "src/tracing/tracing-category-observer.cc", | 1750 "src/tracing/tracing-category-observer.cc", |
| 1751 "src/tracing/tracing-category-observer.h", | 1751 "src/tracing/tracing-category-observer.h", |
| 1752 "src/transitions-inl.h", | 1752 "src/transitions-inl.h", |
| 1753 "src/transitions.cc", | 1753 "src/transitions.cc", |
| 1754 "src/transitions.h", | 1754 "src/transitions.h", |
| 1755 "src/trap-handler/signal-handler.cc", |
| 1756 "src/trap-handler/trap-handler-internal.h", |
| 1757 "src/trap-handler/trap-handler.cc", |
| 1755 "src/trap-handler/trap-handler.h", | 1758 "src/trap-handler/trap-handler.h", |
| 1756 "src/type-feedback-vector-inl.h", | 1759 "src/type-feedback-vector-inl.h", |
| 1757 "src/type-feedback-vector.cc", | 1760 "src/type-feedback-vector.cc", |
| 1758 "src/type-feedback-vector.h", | 1761 "src/type-feedback-vector.h", |
| 1759 "src/type-hints.cc", | 1762 "src/type-hints.cc", |
| 1760 "src/type-hints.h", | 1763 "src/type-hints.h", |
| 1761 "src/type-info.cc", | 1764 "src/type-info.cc", |
| 1762 "src/type-info.h", | 1765 "src/type-info.h", |
| 1763 "src/unicode-cache-inl.h", | 1766 "src/unicode-cache-inl.h", |
| 1764 "src/unicode-cache.h", | 1767 "src/unicode-cache.h", |
| (...skipping 1297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3062 ] | 3065 ] |
| 3063 | 3066 |
| 3064 configs = [ | 3067 configs = [ |
| 3065 ":external_config", | 3068 ":external_config", |
| 3066 ":internal_config_base", | 3069 ":internal_config_base", |
| 3067 ] | 3070 ] |
| 3068 } | 3071 } |
| 3069 | 3072 |
| 3070 v8_fuzzer("wasm_data_section_fuzzer") { | 3073 v8_fuzzer("wasm_data_section_fuzzer") { |
| 3071 } | 3074 } |
| OLD | NEW |