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

Unified Diff: tools/gyp/v8.gyp

Issue 1504713014: Initial import of v8-native WASM. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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 | « test/unittests/wasm/wasm-macro-gen-unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index b5d4d1b19705eb61b10def00d457e572e78b444b..225471b72fbdcc3364618032607f6613ceb8af6e 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -1463,7 +1463,29 @@
],
}],
['v8_wasm!=0', {
- 'dependencies': ['../../third_party/wasm/src/wasm/wasm.gyp:wasm'],
+ 'sources': [
+ '../../src/compiler/wasm-compiler.cc',
+ '../../src/compiler/wasm-compiler.h',
+ '../../src/compiler/wasm-linkage.cc',
+ '../../src/wasm/asm-wasm-builder.cc',
+ '../../src/wasm/asm-wasm-builder.h',
+ '../../src/wasm/ast-decoder.cc',
+ '../../src/wasm/ast-decoder.h',
+ '../../src/wasm/decoder.h',
+ '../../src/wasm/encoder.cc',
+ '../../src/wasm/encoder.h',
+ '../../src/wasm/module-decoder.cc',
+ '../../src/wasm/module-decoder.h',
+ '../../src/wasm/wasm-js.cc',
+ '../../src/wasm/wasm-js.h',
+ '../../src/wasm/wasm-macro-gen.h',
+ '../../src/wasm/wasm-module.cc',
+ '../../src/wasm/wasm-module.h',
+ '../../src/wasm/wasm-opcodes.cc',
+ '../../src/wasm/wasm-opcodes.h',
+ '../../src/wasm/wasm-result.cc',
+ '../../src/wasm/wasm-result.h',
+ ],
}],
],
},
« no previous file with comments | « test/unittests/wasm/wasm-macro-gen-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698