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

Unified Diff: BUILD.gn

Issue 2676513008: [wasm] Managed<T> ensures T's lifetime does not leak past Isolate's (Closed)
Patch Set: moved cctest Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/isolate.h » ('j') | src/isolate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index e79dd562bb6393fe31ae6883bcfe518f0467ea3b..4e232d224a189ec6972fca8e584ffd010a53c3a0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1576,6 +1576,7 @@ v8_source_set("v8_base") {
"src/machine-type.cc",
"src/machine-type.h",
"src/macro-assembler.h",
+ "src/managed.h",
"src/map-updater.cc",
"src/map-updater.h",
"src/messages.cc",
@@ -1807,7 +1808,6 @@ v8_source_set("v8_base") {
"src/wasm/function-body-decoder.cc",
"src/wasm/function-body-decoder.h",
"src/wasm/leb-helper.h",
- "src/wasm/managed.h",
"src/wasm/module-decoder.cc",
"src/wasm/module-decoder.h",
"src/wasm/signature-map.cc",
@@ -2564,8 +2564,8 @@ group("v8_clusterfuzz") {
if (v8_multi_arch_build) {
deps += [
":d8(//build/toolchain/linux:clang_x64)",
- ":d8(//build/toolchain/linux:clang_x86)",
":d8(//build/toolchain/linux:clang_x64_v8_arm64)",
+ ":d8(//build/toolchain/linux:clang_x86)",
":d8(//build/toolchain/linux:clang_x86_v8_arm)",
]
}
« no previous file with comments | « no previous file | src/isolate.h » ('j') | src/isolate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698