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

Unified Diff: net/BUILD.gn

Issue 2937553003: Make CertificateProviderService vend ClientCertIdentities directly. (Closed)
Patch Set: review changes for comments 11 & 12 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 | « chrome/browser/chromeos/net/client_cert_store_chromeos.cc ('k') | net/ssl/client_key_store.h » ('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 03301b0fc20828490ef7225d0c03481634178853..ef154f9a6b674a3f71e9d9135b2fc25e1598b6ae 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -325,8 +325,6 @@ component("net") {
"ssl/client_cert_identity.h",
"ssl/client_cert_identity_mac.cc",
"ssl/client_cert_identity_mac.h",
- "ssl/client_key_store.cc",
- "ssl/client_key_store.h",
"ssl/default_channel_id_store.cc",
"ssl/default_channel_id_store.h",
"ssl/openssl_ssl_util.cc",
@@ -1834,11 +1832,7 @@ component("net") {
"cert/nss_profile_filter_chromeos.h",
]
}
- sources -= [
- "ssl/client_key_store.cc",
- "ssl/client_key_store.h",
- "ssl/ssl_platform_key_nss.cc",
- ]
+ sources -= [ "ssl/ssl_platform_key_nss.cc" ]
} else {
sources += [
"third_party/nss/ssl/cmpcert.cc",
« no previous file with comments | « chrome/browser/chromeos/net/client_cert_store_chromeos.cc ('k') | net/ssl/client_key_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698