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

Unified Diff: src/v8.gyp

Issue 2071343003: V8. ASM-2-WASM. Validator V2. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: moves test-asm-validator to the asmjs cctest folder. 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 | « src/asmjs/asm-types.h ('k') | test/cctest/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index fc6f31ff990a703b2a51379632f37ce7d6cceb03..e59af03cd41c0ffcce7eb1c2f791aa81728a6377 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -420,6 +420,8 @@
'arguments.h',
'asmjs/asm-js.cc',
'asmjs/asm-js.h',
+ 'asmjs/asm-typer.cc',
+ 'asmjs/asm-typer.h',
'asmjs/asm-types.cc',
'asmjs/asm-types.h',
'asmjs/asm-wasm-builder.cc',
« no previous file with comments | « src/asmjs/asm-types.h ('k') | test/cctest/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698