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

Unified Diff: net/BUILD.gn

Issue 1897863002: Add dictionary for HTTP fuzzers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add continuation 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/data/http/http.dict » ('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 48cbb81d65a6fb5e58dbbf120c8f21c38c8832b3..0e2823980b23256535a14fbc8588c173fa434f07 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1915,6 +1915,7 @@ fuzzer_test("net_http_stream_parser_fuzzer") {
"//base",
"//net",
]
+ dict = "data/http/http.dict"
}
fuzzer_test("net_ftp_ctrl_response_fuzzer") {
@@ -1983,6 +1984,7 @@ fuzzer_test("net_http_proxy_client_socket_fuzzer") {
"//base",
"//net",
]
+ dict = "data/http/http.dict"
}
fuzzer_test("net_quic_crypto_framer_parse_message_fuzzer") {
« no previous file with comments | « no previous file | net/data/http/http.dict » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698