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

Unified Diff: BUILD.gn

Issue 2321443002: [wasm] Call the wasm interpreter from the wasm-code-fuzzer. (Closed)
Patch Set: Removed includes and fixed 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
« no previous file with comments | « no previous file | src/wasm/wasm-module.h » ('j') | test/fuzzer/wasm-code.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 4e2c2b9aacb7fb93d69c0ff84cce099e0e81a49a..47881c85c128c5fa7a71826cab270368c0e45acc 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2574,6 +2574,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",
]
@@ -2589,6 +2591,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",
]
@@ -2604,6 +2608,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') | test/fuzzer/wasm-code.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698