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

Unified Diff: testing/libfuzzer/fuzzers/BUILD.gn

Issue 1465283002: //base:json reader fuzzer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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 | testing/libfuzzer/fuzzers/base_json_reader_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzers/BUILD.gn
diff --git a/testing/libfuzzer/fuzzers/BUILD.gn b/testing/libfuzzer/fuzzers/BUILD.gn
index 49da60f87065f3ddf32942237e013418ef441429..b64bc225618b8e50135a3f09a5a3e25e5686a391 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -195,3 +195,13 @@ test("v8_json_parser_fuzzer") {
"$root_out_dir/snapshot_blob.bin",
]
}
+
+test("base_json_reader_fuzzer") {
+ sources = [
+ "base_json_reader_fuzzer.cc",
+ ]
+ deps = [
+ "//base",
+ "//testing/libfuzzer:libfuzzer_main",
+ ]
+}
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/base_json_reader_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698