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

Unified Diff: test/cctest/cctest.gyp

Issue 1553083003: 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: fix Created 4 years, 12 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
« no previous file with comments | « src/d8.gyp ('k') | test/cctest/wasm/test-run-wasm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.gyp
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
index a9c48a3dfe531b40ad5ff187a1b82391bdf59fb8..16dfc214159e2a682bc867ac5753797cae061312 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -185,6 +185,9 @@
'test-weakmaps.cc',
'test-weaksets.cc',
'trace-extension.cc',
+ 'wasm/test-run-wasm.cc',
+ 'wasm/test-run-wasm-module.cc',
+ 'wasm/test-signatures.h',
],
'conditions': [
['v8_target_arch=="ia32"', {
@@ -301,13 +304,6 @@
}, {
'dependencies': ['../../tools/gyp/v8.gyp:v8'],
}],
- ['v8_wasm!=0', {
- 'sources': [
- 'wasm/test-run-wasm.cc',
- 'wasm/test-run-wasm-module.cc',
- 'wasm/test-signatures.h',
- ],
- }],
],
},
{
« no previous file with comments | « src/d8.gyp ('k') | test/cctest/wasm/test-run-wasm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698