| 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 1682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1693 "src/strtod.h", | 1693 "src/strtod.h", |
| 1694 "src/tracing/trace-event.cc", | 1694 "src/tracing/trace-event.cc", |
| 1695 "src/tracing/trace-event.h", | 1695 "src/tracing/trace-event.h", |
| 1696 "src/tracing/traced-value.cc", | 1696 "src/tracing/traced-value.cc", |
| 1697 "src/tracing/traced-value.h", | 1697 "src/tracing/traced-value.h", |
| 1698 "src/tracing/tracing-category-observer.cc", | 1698 "src/tracing/tracing-category-observer.cc", |
| 1699 "src/tracing/tracing-category-observer.h", | 1699 "src/tracing/tracing-category-observer.h", |
| 1700 "src/transitions-inl.h", | 1700 "src/transitions-inl.h", |
| 1701 "src/transitions.cc", | 1701 "src/transitions.cc", |
| 1702 "src/transitions.h", | 1702 "src/transitions.h", |
| 1703 "src/trap-handler/trap-handler.h", |
| 1703 "src/type-feedback-vector-inl.h", | 1704 "src/type-feedback-vector-inl.h", |
| 1704 "src/type-feedback-vector.cc", | 1705 "src/type-feedback-vector.cc", |
| 1705 "src/type-feedback-vector.h", | 1706 "src/type-feedback-vector.h", |
| 1706 "src/type-hints.cc", | 1707 "src/type-hints.cc", |
| 1707 "src/type-hints.h", | 1708 "src/type-hints.h", |
| 1708 "src/type-info.cc", | 1709 "src/type-info.cc", |
| 1709 "src/type-info.h", | 1710 "src/type-info.h", |
| 1710 "src/unicode-cache-inl.h", | 1711 "src/unicode-cache-inl.h", |
| 1711 "src/unicode-cache.h", | 1712 "src/unicode-cache.h", |
| 1712 "src/unicode-decoder.cc", | 1713 "src/unicode-decoder.cc", |
| (...skipping 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2990 ] | 2991 ] |
| 2991 | 2992 |
| 2992 configs = [ | 2993 configs = [ |
| 2993 ":external_config", | 2994 ":external_config", |
| 2994 ":internal_config_base", | 2995 ":internal_config_base", |
| 2995 ] | 2996 ] |
| 2996 } | 2997 } |
| 2997 | 2998 |
| 2998 v8_fuzzer("wasm_data_section_fuzzer") { | 2999 v8_fuzzer("wasm_data_section_fuzzer") { |
| 2999 } | 3000 } |
| OLD | NEW |