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

Unified Diff: src/v8.gyp

Issue 2490663002: [wasm] Move all heap-allocated WASM structures into wasm-objects.h. (Closed)
Patch Set: More dead code 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 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 2f38d5fe92c4961b64d9588234a2299046d36304..9bf212ee50b396b22ae087d11faf8e0da3a34440 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1260,7 +1260,6 @@
'wasm/signature-map.cc',
'wasm/signature-map.h',
'wasm/wasm-debug.cc',
- 'wasm/wasm-debug.h',
'wasm/wasm-external-refs.cc',
'wasm/wasm-external-refs.h',
'wasm/wasm-js.cc',
@@ -1272,6 +1271,8 @@
'wasm/wasm-module-builder.h',
'wasm/wasm-interpreter.cc',
'wasm/wasm-interpreter.h',
+ 'wasm/wasm-objects.cc',
+ 'wasm/wasm-objects.h',
'wasm/wasm-opcodes.cc',
'wasm/wasm-opcodes.h',
'wasm/wasm-result.cc',

Powered by Google App Engine
This is Rietveld 408576698