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

Unified Diff: net/BUILD.gn

Issue 1931723002: fuzzer for net::NormalizeName (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add //base dep 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/cert/internal/verify_name_match_normalizename_fuzzer.cc » ('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 2debac60f10515c5423ff1e669290ef645c5c6f6..7a32c3fafa82019c45b942593c65286cd96eb752 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1784,6 +1784,16 @@ fuzzer_test("net_get_domain_and_registry_fuzzer") {
]
}
+fuzzer_test("net_cert_normalize_name_fuzzer") {
+ sources = [
+ "cert/internal/verify_name_match_normalizename_fuzzer.cc",
+ ]
+ deps = [
+ "//base",
+ "//net",
+ ]
+}
+
fuzzer_test("net_parse_cookie_line_fuzzer") {
sources = [
"cookies/parse_cookie_line_fuzzer.cc",
« no previous file with comments | « no previous file | net/cert/internal/verify_name_match_normalizename_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698