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

Unified Diff: BUILD.gn

Issue 2658723006: [wasm] Syntax- and Type-aware Fuzzer (Closed)
Patch Set: Adding support for more binops, etc. Created 3 years, 10 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 | test/fuzzer/fuzzer.gyp » ('j') | test/fuzzer/wasm-compile.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 b586f7633b1dad246ad6d8d39cbfa400b68c4618..de5cfca758aec54a0038878e9502da488d27e4d9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -3077,3 +3077,23 @@ v8_source_set("wasm_data_section_fuzzer") {
v8_fuzzer("wasm_data_section_fuzzer") {
}
+
+v8_source_set("wasm_compile_fuzzer") {
+ sources = [
+ "test/fuzzer/wasm-compile.cc",
+ ]
+
+ deps = [
+ ":fuzzer_support",
+ ":wasm_module_runner",
+ ":wasm_test_signatures",
+ ]
+
+ configs = [
+ ":external_config",
+ ":internal_config_base",
+ ]
+}
+
+v8_fuzzer("wasm_compile_fuzzer") {
+}
« no previous file with comments | « no previous file | test/fuzzer/fuzzer.gyp » ('j') | test/fuzzer/wasm-compile.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698