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

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
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 1781754b4b39f47ae73e5b298bef786fffdbf637..01395f54f077b86d2e5272cbb01d4e7c1752ce30 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1688,6 +1688,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/url_request/url_request_data_job_fuzzer.cc » ('j') | net/url_request/url_request_data_job_fuzzer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698