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