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

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: Remove test code, dictionary 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 b982b128ea055628de5b2b02af0f5f15a9f72f86..48b6db3f9942832ba60f21f339afb51931905f68 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1972,6 +1972,19 @@ 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",
+ ]
+ dict = "http/http_chunked_decoder_fuzzer.dict"
eroman 2016/04/15 19:07:21 do you think the problem is it isn't being used wh
mmenke 2016/04/15 19:23:52 Oops, thought I removed this. I think it's broken
+}
+
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_fuzzer.cc » ('j') | net/http/http_proxy_client_socket_fuzzer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698