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

Unified Diff: BUILD.gn

Issue 2050953003: [wasm] Split off debug info from wasm object (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@decode-function-offsets-table
Patch Set: Created 4 years, 6 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/runtime/runtime-internal.cc » ('j') | src/wasm/wasm-debug.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 cab8f7317f619e8d225c8a2584a14ba53809637f..ffa537ba954dad8215987fe2b20bdf1f4723a13a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1509,6 +1509,8 @@ v8_source_set("v8_base") {
"src/wasm/module-decoder.h",
"src/wasm/switch-logic.cc",
"src/wasm/switch-logic.h",
+ "src/wasm/wasm-debug.cc",
+ "src/wasm/wasm-debug.h",
"src/wasm/wasm-external-refs.cc",
"src/wasm/wasm-external-refs.h",
"src/wasm/wasm-function-name-table.cc",
« no previous file with comments | « no previous file | src/runtime/runtime-internal.cc » ('j') | src/wasm/wasm-debug.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698