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

Unified Diff: BUILD.gn

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
« no previous file with comments | « no previous file | src/asmjs/asm-typer.h » ('j') | src/asmjs/asm-types.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 a11b1467e286fdc799183bca0d3c358bc29fcb31..a837b4b4750540dc82adedf56f566ba58ec59408 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -788,6 +788,8 @@ v8_source_set("v8_base") {
"src/arguments.h",
"src/asmjs/asm-js.cc",
"src/asmjs/asm-js.h",
+ "src/asmjs/asm-typer.cc",
+ "src/asmjs/asm-typer.h",
"src/asmjs/asm-types.cc",
"src/asmjs/asm-types.h",
"src/asmjs/asm-wasm-builder.cc",
« no previous file with comments | « no previous file | src/asmjs/asm-typer.h » ('j') | src/asmjs/asm-types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698