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

Unified Diff: src/v8.gyp

Issue 2751693002: [wasm][asm.js] Adding custom asm.js lexer. (Closed)
Patch Set: fix Created 3 years, 9 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 f9664811f5a4be16755ccdbeffb9a8d87c802904..9c664da683f5afb8deb5bf9a0d93301d29bc4c23 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -417,6 +417,9 @@
'arguments.h',
'asmjs/asm-js.cc',
'asmjs/asm-js.h',
+ 'asmjs/asm-names.h',
+ 'asmjs/asm-scanner.cc',
+ 'asmjs/asm-scanner.h',
'asmjs/asm-typer.cc',
'asmjs/asm-typer.h',
'asmjs/asm-types.cc',

Powered by Google App Engine
This is Rietveld 408576698