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

Unified Diff: test/cctest/cctest.gyp

Issue 1294543006: Allowing optional build of a WASM prototype behind a gyp define. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: merge Created 5 years, 4 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
Index: test/cctest/cctest.gyp
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
index b58aee953c92143ff1e6c09cc8f10a476e4a66c5..a487ca913ec5bc0aaa697cb19bdcd863274f4ddd 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -275,6 +275,11 @@
}, {
'dependencies': ['../../tools/gyp/v8.gyp:v8'],
}],
+ ['v8_wasm!=0', {
+ 'dependencies': [
+ '../../third_party/wasm/test/cctest/wasm/wasm.gyp:wasm_cctest'
+ ],
+ }],
],
},
{
« DEPS ('K') | « src/flag-definitions.h ('k') | test/unittests/unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698