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

Unified Diff: net/BUILD.gn

Issue 2927383002: Remove the StartCom/WoSign whitelist (Closed)
Patch Set: Headers Created 3 years, 6 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/cert_verify_proc.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 cd3d690e110aa3e16ba863a8876892387fa5a072..c07dbab0c663f60b527124eed5ebb86583e47ea6 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -359,7 +359,6 @@ component("net") {
"//base",
"//net/base/registry_controlled_domains",
"//net/data/ssl/certificate_transparency:ct_log_list",
- "//net/data/ssl/wosign:wosign_domains",
"//net/http:generate_transport_security_state",
"//third_party/protobuf:protobuf_lite",
"//url:url_features",
@@ -532,8 +531,6 @@ component("net") {
"cert/cert_verify_proc_mac.h",
"cert/cert_verify_proc_nss.cc",
"cert/cert_verify_proc_nss.h",
- "cert/cert_verify_proc_whitelist.cc",
- "cert/cert_verify_proc_whitelist.h",
"cert/cert_verify_proc_win.cc",
"cert/cert_verify_proc_win.h",
"cert/crl_set_storage.cc",
@@ -2414,8 +2411,6 @@ bundle_data("test_support_bundle_data") {
"data/ssl/certificates/websocket_cacert.pem",
"data/ssl/certificates/websocket_client_cert.p12",
"data/ssl/certificates/wildcard.pem",
- "data/ssl/certificates/wosign_after_oct_21.pem",
- "data/ssl/certificates/wosign_before_oct_21.pem",
"data/ssl/certificates/www_us_army_mil_cert.der",
"data/ssl/certificates/x509_verify_results.chain.pem",
]
@@ -4532,7 +4527,6 @@ test("net_unittests") {
"cert/cert_verify_proc_ios_unittest.cc",
"cert/cert_verify_proc_mac_unittest.cc",
"cert/cert_verify_proc_unittest.cc",
- "cert/cert_verify_proc_whitelist_unittest.cc",
"cert/crl_set_unittest.cc",
"cert/ct_known_logs_unittest.cc",
"cert/ct_log_response_parser_unittest.cc",
@@ -5097,7 +5091,6 @@ test("net_unittests") {
defines = []
deps = [
- ":cert_verify_proc_whitelist_unittest_data",
":net",
":quic_test_tools",
":simple_quic_tools",
@@ -5519,21 +5512,6 @@ if (!is_ios && !is_proto_quic) {
}
}
-action_foreach("cert_verify_proc_whitelist_unittest_data") {
- script = "//net/tools/dafsa/make_dafsa.py"
- sources = [
- "//net/cert/cert_verify_proc_whitelist_unittest1.gperf",
- ]
- outputs = [
- "${target_gen_dir}/cert/{{source_name_part}}-inc.cc",
- ]
- args = [
- "{{source}}",
- rebase_path("${target_gen_dir}/cert/{{source_name_part}}-inc.cc",
- root_build_dir),
- ]
-}
-
# Fuzzers
# This has a global (InitGlobals) that must always be linked in, so
« no previous file with comments | « no previous file | net/cert/cert_verify_proc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698