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 1696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1707 "src/strtod.h", | 1707 "src/strtod.h", |
1708 "src/tracing/trace-event.cc", | 1708 "src/tracing/trace-event.cc", |
1709 "src/tracing/trace-event.h", | 1709 "src/tracing/trace-event.h", |
1710 "src/tracing/traced-value.cc", | 1710 "src/tracing/traced-value.cc", |
1711 "src/tracing/traced-value.h", | 1711 "src/tracing/traced-value.h", |
1712 "src/tracing/tracing-category-observer.cc", | 1712 "src/tracing/tracing-category-observer.cc", |
1713 "src/tracing/tracing-category-observer.h", | 1713 "src/tracing/tracing-category-observer.h", |
1714 "src/transitions-inl.h", | 1714 "src/transitions-inl.h", |
1715 "src/transitions.cc", | 1715 "src/transitions.cc", |
1716 "src/transitions.h", | 1716 "src/transitions.h", |
| 1717 "src/trap-handler/signal-handler.cc", |
| 1718 "src/trap-handler/trap-handler-internal.h", |
| 1719 "src/trap-handler/trap-handler.cc", |
1717 "src/trap-handler/trap-handler.h", | 1720 "src/trap-handler/trap-handler.h", |
| 1721 "src/trap-handler/v8-api.cc", |
1718 "src/type-feedback-vector-inl.h", | 1722 "src/type-feedback-vector-inl.h", |
1719 "src/type-feedback-vector.cc", | 1723 "src/type-feedback-vector.cc", |
1720 "src/type-feedback-vector.h", | 1724 "src/type-feedback-vector.h", |
1721 "src/type-hints.cc", | 1725 "src/type-hints.cc", |
1722 "src/type-hints.h", | 1726 "src/type-hints.h", |
1723 "src/type-info.cc", | 1727 "src/type-info.cc", |
1724 "src/type-info.h", | 1728 "src/type-info.h", |
1725 "src/unicode-cache-inl.h", | 1729 "src/unicode-cache-inl.h", |
1726 "src/unicode-cache.h", | 1730 "src/unicode-cache.h", |
1727 "src/unicode-decoder.cc", | 1731 "src/unicode-decoder.cc", |
(...skipping 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3006 ] | 3010 ] |
3007 | 3011 |
3008 configs = [ | 3012 configs = [ |
3009 ":external_config", | 3013 ":external_config", |
3010 ":internal_config_base", | 3014 ":internal_config_base", |
3011 ] | 3015 ] |
3012 } | 3016 } |
3013 | 3017 |
3014 v8_fuzzer("wasm_data_section_fuzzer") { | 3018 v8_fuzzer("wasm_data_section_fuzzer") { |
3015 } | 3019 } |
OLD | NEW |