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', |
], |
}, |
{ |