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

Unified Diff: test/fuzzer/fuzzer.gyp

Issue 2321443002: [wasm] Call the wasm interpreter from the wasm-code-fuzzer. (Closed)
Patch Set: Address comments 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
« no previous file with comments | « test/cctest/wasm/wasm-module-runner.cc ('k') | test/fuzzer/wasm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fuzzer/fuzzer.gyp
diff --git a/test/fuzzer/fuzzer.gyp b/test/fuzzer/fuzzer.gyp
index 78ca8e372b1ee6553703ab79e35be97debda847d..9e3b8e954cc7906fec72b5bcb2dcc91dd0d5b754 100644
--- a/test/fuzzer/fuzzer.gyp
+++ b/test/fuzzer/fuzzer.gyp
@@ -110,6 +110,8 @@
],
'sources': [ ### gcmole(all) ###
'wasm.cc',
+ '../cctest/wasm/wasm-module-runner.cc',
+ '../cctest/wasm/wasm-module-runner.h',
],
},
{
@@ -136,6 +138,8 @@
],
'sources': [ ### gcmole(all) ###
'wasm-asmjs.cc',
+ '../cctest/wasm/wasm-module-runner.cc',
+ '../cctest/wasm/wasm-module-runner.h',
],
},
{
@@ -162,6 +166,8 @@
],
'sources': [ ### gcmole(all) ###
'wasm-code.cc',
+ '../cctest/wasm/wasm-module-runner.cc',
+ '../cctest/wasm/wasm-module-runner.h',
],
},
{
« no previous file with comments | « test/cctest/wasm/wasm-module-runner.cc ('k') | test/fuzzer/wasm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698