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

Unified Diff: net/BUILD.gn

Issue 1919013003: Add fuzzer to test Fuzz URLRequestDataJob (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@url_request_fuzzer
Patch Set: Created 4 years, 8 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 | net/base/fuzzed_data_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index c56e7fb715829832de15bef933aaa8c41b9e0727..3bbbe77f4d1b954f689453ec201eeda1c1db5783 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1704,6 +1704,18 @@ source_set("net_fuzzer_test_support") {
]
}
+fuzzer_test("net_data_job_fuzzer") {
+ sources = [
+ "url_request/url_request_data_job_fuzzer.cc",
+ ]
+ deps = [
+ ":net_fuzzer_test_support",
+ ":test_support",
+ "//base",
+ "//net",
+ ]
+}
+
fuzzer_test("net_mime_sniffer_fuzzer") {
sources = [
"base/mime_sniffer_fuzzer.cc",
« no previous file with comments | « no previous file | net/base/fuzzed_data_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698