| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 31c8691e76f986def5a31b5ef4e2b9a3c2939157..5c60754debeca34b808a23f3fa60b042d5daacfd 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -2032,6 +2032,7 @@ fuzzer_test("net_http_security_headers_hpkp_fuzzer") {
|
| "http/http_security_headers_hpkp_fuzzer.cc",
|
| ]
|
| deps = [
|
| + ":net_fuzzer_test_support",
|
| "//base",
|
| "//net",
|
| "//url",
|
| @@ -2044,6 +2045,7 @@ fuzzer_test("net_http_security_headers_hpkp_report_only_fuzzer") {
|
| "http/http_security_headers_hpkp_report_only_fuzzer.cc",
|
| ]
|
| deps = [
|
| + ":net_fuzzer_test_support",
|
| "//base",
|
| "//net",
|
| "//url",
|
|
|