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

Unified Diff: src/v8.gyp

Issue 2682943007: [wasm] Refactoring: move bytecode operands into wasm-decoder-impl.h (Closed)
Patch Set: 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
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 9af8ceda830cc261d05ba697f356c324663dbc12..cd01d1b25544e6b3570a4632923ff7cda85c625a 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1302,6 +1302,7 @@
'wasm/decoder.h',
'wasm/function-body-decoder.cc',
'wasm/function-body-decoder.h',
+ 'wasm/function-body-decoder-impl.h',
'wasm/leb-helper.h',
'wasm/managed.h',
'wasm/module-decoder.cc',

Powered by Google App Engine
This is Rietveld 408576698