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

Unified Diff: net/BUILD.gn

Issue 2457443006: Initialize ICU before running HPKP fuzzers. (Closed)
Patch Set: Created 4 years, 2 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 | no next file » | 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 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",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698