| 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 1680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1691 "src/strtod.h", | 1691 "src/strtod.h", |
| 1692 "src/tracing/trace-event.cc", | 1692 "src/tracing/trace-event.cc", |
| 1693 "src/tracing/trace-event.h", | 1693 "src/tracing/trace-event.h", |
| 1694 "src/tracing/traced-value.cc", | 1694 "src/tracing/traced-value.cc", |
| 1695 "src/tracing/traced-value.h", | 1695 "src/tracing/traced-value.h", |
| 1696 "src/tracing/tracing-category-observer.cc", | 1696 "src/tracing/tracing-category-observer.cc", |
| 1697 "src/tracing/tracing-category-observer.h", | 1697 "src/tracing/tracing-category-observer.h", |
| 1698 "src/transitions-inl.h", | 1698 "src/transitions-inl.h", |
| 1699 "src/transitions.cc", | 1699 "src/transitions.cc", |
| 1700 "src/transitions.h", | 1700 "src/transitions.h", |
| 1701 "src/trap-handler/trap-handler.h", |
| 1701 "src/type-feedback-vector-inl.h", | 1702 "src/type-feedback-vector-inl.h", |
| 1702 "src/type-feedback-vector.cc", | 1703 "src/type-feedback-vector.cc", |
| 1703 "src/type-feedback-vector.h", | 1704 "src/type-feedback-vector.h", |
| 1704 "src/type-hints.cc", | 1705 "src/type-hints.cc", |
| 1705 "src/type-hints.h", | 1706 "src/type-hints.h", |
| 1706 "src/type-info.cc", | 1707 "src/type-info.cc", |
| 1707 "src/type-info.h", | 1708 "src/type-info.h", |
| 1708 "src/unicode-cache-inl.h", | 1709 "src/unicode-cache-inl.h", |
| 1709 "src/unicode-cache.h", | 1710 "src/unicode-cache.h", |
| 1710 "src/unicode-decoder.cc", | 1711 "src/unicode-decoder.cc", |
| (...skipping 1292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3003 ] | 3004 ] |
| 3004 | 3005 |
| 3005 configs = [ | 3006 configs = [ |
| 3006 ":external_config", | 3007 ":external_config", |
| 3007 ":internal_config_base", | 3008 ":internal_config_base", |
| 3008 ] | 3009 ] |
| 3009 } | 3010 } |
| 3010 | 3011 |
| 3011 v8_fuzzer("wasm_data_section_fuzzer") { | 3012 v8_fuzzer("wasm_data_section_fuzzer") { |
| 3012 } | 3013 } |
| OLD | NEW |