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

Unified Diff: BUILD.gn

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
« no previous file with comments | « no previous file | src/asmjs/asm-lexer.h » ('j') | src/asmjs/asm-lexer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index ae39a6559795a8b6f7f192dd2786b124f8c158d7..d0d67d97fb263ec6f58c9015c4cb9402fa21aa7d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -962,6 +962,9 @@ v8_source_set("v8_base") {
"src/arguments.h",
"src/asmjs/asm-js.cc",
"src/asmjs/asm-js.h",
+ "src/asmjs/asm-lexer.cc",
+ "src/asmjs/asm-lexer.h",
+ "src/asmjs/asm-names.h",
"src/asmjs/asm-typer.cc",
"src/asmjs/asm-typer.h",
"src/asmjs/asm-types.cc",
« no previous file with comments | « no previous file | src/asmjs/asm-lexer.h » ('j') | src/asmjs/asm-lexer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698