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

Unified Diff: src/v8.gyp

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
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 491179e0c62d3105399d67485111c337194a59b5..d0e176f5c003858de548b76d40cccf34a951475b 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1165,6 +1165,8 @@
'wasm/module-decoder.h',
'wasm/switch-logic.h',
'wasm/switch-logic.cc',
+ 'wasm/wasm-debug.cc',
+ 'wasm/wasm-debug.h',
'wasm/wasm-external-refs.cc',
'wasm/wasm-external-refs.h',
'wasm/wasm-function-name-table.cc',
« no previous file with comments | « src/runtime/runtime-internal.cc ('k') | src/wasm/wasm-debug.h » ('j') | src/wasm/wasm-debug.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698