Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Side by Side Diff: BUILD.gn

Issue 2371833007: [wasm] Initial signal handler (Closed)
Patch Set: Addressing some of Jochen's feedback Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | include/v8.h » ('j') | include/v8.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | include/v8.h » ('j') | include/v8.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698