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

Unified Diff: BUILD.gn

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
« no previous file with comments | « no previous file | src/asmjs/asm-names.h » ('j') | src/asmjs/asm-scanner.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 7524ba8421de1f198c4321506b5d4f3fe95bcaf6..fe95216196c957d492f6678542a2b99b0b35c065 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -918,6 +918,9 @@ v8_source_set("v8_base") {
"src/arguments.h",
"src/asmjs/asm-js.cc",
"src/asmjs/asm-js.h",
+ "src/asmjs/asm-names.h",
+ "src/asmjs/asm-scanner.cc",
+ "src/asmjs/asm-scanner.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-names.h » ('j') | src/asmjs/asm-scanner.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698