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

Unified Diff: src/v8.gyp

Issue 2057403003: Hooking up asm-wasm conversion. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix Created 4 years, 6 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/typing-asm.cc ('k') | src/wasm/asm-types.h » ('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 e8dbbef20be1a28a7f13a67dc310f7be92b6862f..51e528896785c02b7202cc8757f931acf586ffbc 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -418,6 +418,14 @@
'api-natives.h',
'arguments.cc',
'arguments.h',
+ 'asmjs/asm-js.cc',
+ 'asmjs/asm-js.h',
+ 'asmjs/asm-types.cc',
+ 'asmjs/asm-types.h',
+ 'asmjs/asm-wasm-builder.cc',
+ 'asmjs/asm-wasm-builder.h',
+ 'asmjs/typing-asm.cc',
+ 'asmjs/typing-asm.h',
'assembler.cc',
'assembler.h',
'assert-scope.h',
@@ -1137,8 +1145,6 @@
'type-info.h',
'types.cc',
'types.h',
- 'typing-asm.cc',
- 'typing-asm.h',
'unicode-inl.h',
'unicode.cc',
'unicode.h',
@@ -1161,10 +1167,6 @@
'version.h',
'vm-state-inl.h',
'vm-state.h',
- 'wasm/asm-types.cc',
- 'wasm/asm-types.h',
- 'wasm/asm-wasm-builder.cc',
- 'wasm/asm-wasm-builder.h',
'wasm/ast-decoder.cc',
'wasm/ast-decoder.h',
'wasm/decoder.h',
« no previous file with comments | « src/typing-asm.cc ('k') | src/wasm/asm-types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698