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

Side by Side Diff: BUILD.gn

Issue 2500443004: [wasm] OOB traps: build protected instruction list during codegen (Closed)
Patch Set: Merging with master Created 4 years, 1 month 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 | src/compiler/code-generator.h » ('j') | src/compiler/code-generator.cc » ('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 1680 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/code-generator.h » ('j') | src/compiler/code-generator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698