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

Unified Diff: net/BUILD.gn

Issue 1836573002: Add an HttpStreamParser fuzzer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment Created 4 years, 9 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/http/http_stream_parser_fuzzer.cc » ('j') | net/http/http_stream_parser_fuzzer.cc » ('J')
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 b6390a790dfc6d9bdacd02816dccb43ff0690692..c5bf342fe5cd5e46dd353ad513c88fb9d7c02820 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1858,6 +1858,18 @@ fuzzer_test("net_dns_record_fuzzer") {
]
}
+fuzzer_test("net_http_stream_parser_fuzzer") {
+ sources = [
+ "http/http_stream_parser_fuzzer.cc",
+ ]
+ deps = [
+ ":net_fuzzer_test_support",
+ ":test_support",
+ "//base",
+ "//net",
+ ]
+}
+
fuzzer_test("net_ftp_ctrl_response_fuzzer") {
sources = [
"ftp/ftp_ctrl_response_fuzzer.cc",
« no previous file with comments | « no previous file | net/http/http_stream_parser_fuzzer.cc » ('j') | net/http/http_stream_parser_fuzzer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698