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

Unified Diff: src/v8.gyp

Issue 2751693002: [wasm][asm.js] Adding custom asm.js lexer. (Closed)
Patch Set: fix warning 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 e74710626d0610efec87bffb86afb3946bd79e91..5730c8a9d4e2fd8e188032efdcb124d717c6eac1 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -422,6 +422,9 @@
'arguments.h',
'asmjs/asm-js.cc',
'asmjs/asm-js.h',
+ 'asmjs/asm-lexer.cc',
+ 'asmjs/asm-lexer.h',
+ 'asmjs/asm-names.h',
'asmjs/asm-typer.cc',
'asmjs/asm-typer.h',
'asmjs/asm-types.cc',

Powered by Google App Engine
This is Rietveld 408576698