| 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") {
|
|
|