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

Unified Diff: test/fuzzer/fuzzer.gyp

Issue 2335193002: [wasm] Move the wasm-module-runner from test/cctest to test/common (Closed)
Patch Set: Also change gyp files Created 4 years, 3 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/fuzzer/fuzzer.gyp
diff --git a/test/fuzzer/fuzzer.gyp b/test/fuzzer/fuzzer.gyp
index 9e3b8e954cc7906fec72b5bcb2dcc91dd0d5b754..ecb53583e8a02ca7592e527be8cf3497480275cc 100644
--- a/test/fuzzer/fuzzer.gyp
+++ b/test/fuzzer/fuzzer.gyp
@@ -110,8 +110,8 @@
],
'sources': [ ### gcmole(all) ###
'wasm.cc',
- '../cctest/wasm/wasm-module-runner.cc',
- '../cctest/wasm/wasm-module-runner.h',
+ '../common/wasm/wasm-module-runner.cc',
+ '../common/wasm/wasm-module-runner.h',
],
},
{
@@ -138,8 +138,8 @@
],
'sources': [ ### gcmole(all) ###
'wasm-asmjs.cc',
- '../cctest/wasm/wasm-module-runner.cc',
- '../cctest/wasm/wasm-module-runner.h',
+ '../common/wasm/wasm-module-runner.cc',
+ '../common/wasm/wasm-module-runner.h',
],
},
{
@@ -166,8 +166,8 @@
],
'sources': [ ### gcmole(all) ###
'wasm-code.cc',
- '../cctest/wasm/wasm-module-runner.cc',
- '../cctest/wasm/wasm-module-runner.h',
+ '../common/wasm/wasm-module-runner.cc',
+ '../common/wasm/wasm-module-runner.h',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698