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

Unified Diff: src/v8.gyp

Issue 2071343003: V8. ASM-2-WASM. Validator V2. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Adds a few methods needed by the asm2wasm translator. Created 4 years, 5 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 e3262fff347d165ed6c137d098b86c5f1aa0adc2..c1d6b975d6eb99fe429fa422685ec3410f476f64 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -420,6 +420,8 @@
'arguments.h',
'asmjs/asm-js.cc',
'asmjs/asm-js.h',
+ 'asmjs/asm-typer.cc',
+ 'asmjs/asm-typer.h',
'asmjs/asm-types.cc',
'asmjs/asm-types.h',
'asmjs/asm-wasm-builder.cc',

Powered by Google App Engine
This is Rietveld 408576698