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

Unified Diff: BUILD.gn

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 | « no previous file | src/wasm/wasm-module.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index b7cb0b82dc783600256603e1cd79f1b568640528..6aa9fb28445730a07c197d1a6818e965bf90b2b0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2575,6 +2575,8 @@ v8_fuzzer("regexp_fuzzer") {
v8_source_set("wasm_fuzzer") {
sources = [
+ "test/cctest/wasm/wasm-module-runner.cc",
+ "test/cctest/wasm/wasm-module-runner.h",
"test/fuzzer/wasm.cc",
]
@@ -2590,6 +2592,8 @@ v8_fuzzer("wasm_fuzzer") {
v8_source_set("wasm_asmjs_fuzzer") {
sources = [
+ "test/cctest/wasm/wasm-module-runner.cc",
+ "test/cctest/wasm/wasm-module-runner.h",
"test/fuzzer/wasm-asmjs.cc",
]
@@ -2605,6 +2609,8 @@ v8_fuzzer("wasm_asmjs_fuzzer") {
v8_source_set("wasm_code_fuzzer") {
sources = [
+ "test/cctest/wasm/wasm-module-runner.cc",
+ "test/cctest/wasm/wasm-module-runner.h",
"test/fuzzer/wasm-code.cc",
]
« no previous file with comments | « no previous file | src/wasm/wasm-module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698