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

Unified Diff: src/v8.gyp

Issue 2045703007: V8. ASM-2-WASM. New type system. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
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 0861a44e6893009b554fb755022008cb37edc51f..1203ea01a0320d2e8ec34e663f00c224d0c8bcd9 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1152,6 +1152,8 @@
'version.h',
'vm-state-inl.h',
'vm-state.h',
+ 'wasm/asm-types.cc',
+ 'wasm/asm-types.h',
'wasm/asm-wasm-builder.cc',
'wasm/asm-wasm-builder.h',
'wasm/ast-decoder.cc',

Powered by Google App Engine
This is Rietveld 408576698