Chromium Code Reviews| Index: net/BUILD.gn |
| diff --git a/net/BUILD.gn b/net/BUILD.gn |
| index 36c0fa441d285835c5cf00d3710aa55e8611f708..db6d2ea5393150f6efaec9663463656e640c7158 100644 |
| --- a/net/BUILD.gn |
| +++ b/net/BUILD.gn |
| @@ -5706,6 +5706,19 @@ fuzzer_test("net_auth_challenge_tokenizer_fuzzer") { |
| ] |
| } |
| +fuzzer_test("net_http_security_headers_expect_ct_fuzzer") { |
| + sources = [ |
| + "http/http_security_headers_expect_ct_fuzzer.cc", |
| + ] |
| + deps = [ |
| + ":net_fuzzer_test_support", |
| + "//base", |
| + "//net", |
| + "//url", |
| + ] |
| + dict = "data/fuzzer_dictionaries/net_http_security_headers_fuzzer.dict" |
|
mmoroz
2017/04/21 13:17:58
I believe it also would be great to have a `seed_c
estark
2017/04/21 16:37:31
Thanks for the tip! I added a seed corpus of the d
|
| +} |
| + |
| fuzzer_test("net_http_security_headers_hsts_fuzzer") { |
| sources = [ |
| "http/http_security_headers_hsts_fuzzer.cc", |