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

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
Index: test/unittests/unittests.gyp
diff --git a/test/unittests/unittests.gyp b/test/unittests/unittests.gyp
index ea95d3b4c95d48baa17d0e8964e133d97e508fe2..7bd08c32c8fbf5d8e7a52b7f8eadc2ef405f1cd1 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',
Michael Starzinger 2015/12/11 09:15:14 nit: Stray empty newline. Also, please alpha-sort
titzer 2015/12/11 10:16:21 Done.
+ 'wasm/wasm-macro-gen-unittest.cc',
+ 'wasm/module-decoder-unittest.cc',
+ 'wasm/encoder-unittest.cc',
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698