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 1717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1728 "src/strtod.h", | 1728 "src/strtod.h", |
1729 "src/tracing/trace-event.cc", | 1729 "src/tracing/trace-event.cc", |
1730 "src/tracing/trace-event.h", | 1730 "src/tracing/trace-event.h", |
1731 "src/tracing/traced-value.cc", | 1731 "src/tracing/traced-value.cc", |
1732 "src/tracing/traced-value.h", | 1732 "src/tracing/traced-value.h", |
1733 "src/tracing/tracing-category-observer.cc", | 1733 "src/tracing/tracing-category-observer.cc", |
1734 "src/tracing/tracing-category-observer.h", | 1734 "src/tracing/tracing-category-observer.h", |
1735 "src/transitions-inl.h", | 1735 "src/transitions-inl.h", |
1736 "src/transitions.cc", | 1736 "src/transitions.cc", |
1737 "src/transitions.h", | 1737 "src/transitions.h", |
| 1738 "src/trap-handler/signal-handler.cc", |
| 1739 "src/trap-handler/trap-handler-internal.h", |
| 1740 "src/trap-handler/trap-handler.cc", |
1738 "src/trap-handler/trap-handler.h", | 1741 "src/trap-handler/trap-handler.h", |
1739 "src/type-feedback-vector-inl.h", | 1742 "src/type-feedback-vector-inl.h", |
1740 "src/type-feedback-vector.cc", | 1743 "src/type-feedback-vector.cc", |
1741 "src/type-feedback-vector.h", | 1744 "src/type-feedback-vector.h", |
1742 "src/type-hints.cc", | 1745 "src/type-hints.cc", |
1743 "src/type-hints.h", | 1746 "src/type-hints.h", |
1744 "src/type-info.cc", | 1747 "src/type-info.cc", |
1745 "src/type-info.h", | 1748 "src/type-info.h", |
1746 "src/unicode-cache-inl.h", | 1749 "src/unicode-cache-inl.h", |
1747 "src/unicode-cache.h", | 1750 "src/unicode-cache.h", |
(...skipping 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3029 ] | 3032 ] |
3030 | 3033 |
3031 configs = [ | 3034 configs = [ |
3032 ":external_config", | 3035 ":external_config", |
3033 ":internal_config_base", | 3036 ":internal_config_base", |
3034 ] | 3037 ] |
3035 } | 3038 } |
3036 | 3039 |
3037 v8_fuzzer("wasm_data_section_fuzzer") { | 3040 v8_fuzzer("wasm_data_section_fuzzer") { |
3038 } | 3041 } |
OLD | NEW |