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

Unified Diff: test/unittests/unittests.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/mjsunit/wasm/wasm-object-api.js ('k') | test/unittests/wasm/ast-decoder-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/unittests.gyp
diff --git a/test/unittests/unittests.gyp b/test/unittests/unittests.gyp
index ea95d3b4c95d48baa17d0e8964e133d97e508fe2..a905b7dace700cd2b20b4ae10e252a7a3096eecc 100644
--- a/test/unittests/unittests.gyp
+++ b/test/unittests/unittests.gyp
@@ -170,8 +170,11 @@
},
}],
['v8_wasm!=0', {
- 'dependencies': [
- '../../third_party/wasm/test/unittests/wasm/wasm.gyp:wasm_unittests',
+ 'sources': [
+ 'wasm/ast-decoder-unittest.cc',
+ 'wasm/encoder-unittest.cc',
+ 'wasm/module-decoder-unittest.cc',
+ 'wasm/wasm-macro-gen-unittest.cc',
],
}],
],
« no previous file with comments | « test/mjsunit/wasm/wasm-object-api.js ('k') | test/unittests/wasm/ast-decoder-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698