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

Unified Diff: test/unittests/unittests.gyp

Issue 1531073003: Revert of Remove wasm compile time option and enable wasm behind a runtime flag. (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/mjsunit.status ('k') | tools/gyp/v8.gyp » ('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 2c768a042b7cc9c2b35a7a0bb831b61736b9aab7..a905b7dace700cd2b20b4ae10e252a7a3096eecc 100644
--- a/test/unittests/unittests.gyp
+++ b/test/unittests/unittests.gyp
@@ -110,10 +110,6 @@
'runtime/runtime-interpreter-unittest.cc',
'test-utils.h',
'test-utils.cc',
- 'wasm/ast-decoder-unittest.cc',
- 'wasm/encoder-unittest.cc',
- 'wasm/module-decoder-unittest.cc',
- 'wasm/wasm-macro-gen-unittest.cc',
],
'conditions': [
['v8_target_arch=="arm"', {
@@ -172,6 +168,14 @@
'-pedantic',
],
},
+ }],
+ ['v8_wasm!=0', {
+ '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/mjsunit.status ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698