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

Unified Diff: net/BUILD.gn

Issue 1890193002: Add a fuzzer for HttpProxyClientSocket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NET_EXPORT_PRIVATE 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/http/http_proxy_client_socket.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 b982b128ea055628de5b2b02af0f5f15a9f72f86..d19d8142ab4688e3b6a8759fd725229a75ada88d 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1972,6 +1972,18 @@ fuzzer_test("net_http_chunked_decoder_fuzzer") {
dict = "http/http_chunked_decoder_fuzzer.dict"
}
+fuzzer_test("net_http_proxy_client_socket_fuzzer") {
+ sources = [
+ "http/http_proxy_client_socket_fuzzer.cc",
+ ]
+ deps = [
+ ":net_fuzzer_test_support",
+ ":test_support",
+ "//base",
+ "//net",
+ ]
+}
+
fuzzer_test("net_quic_crypto_framer_parse_message_fuzzer") {
sources = [
"quic/quic_crypto_framer_parse_message_fuzzer.cc",
« no previous file with comments | « no previous file | net/http/http_proxy_client_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698