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

Unified Diff: net/BUILD.gn

Issue 1304143010: Plumbing SSLPrivateKey Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase. Created 4 years, 11 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 | « content/public/browser/client_certificate_delegate.h ('k') | net/cert/cert_database_android.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 f1f85ad2683426c1e5abd53390d1705c13f7e352..bbefe7fda60c90d5cd977014c3626a02991c3c82 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -242,8 +242,6 @@ if (!is_nacl) {
"cert/cert_verify_proc_openssl.h",
"cert/test_root_certs_openssl.cc",
"cert/x509_certificate_openssl.cc",
- "ssl/openssl_client_key_store.cc",
- "ssl/openssl_client_key_store.h",
]
if (is_android) {
net_shared_sources -= [ "base/openssl_private_key_store_android.cc" ]
@@ -1508,10 +1506,6 @@ test("net_unittests") {
sources -= [ "cert_net/nss_ocsp_unittest.cc" ]
}
- if (!use_openssl_certs) {
- sources -= [ "ssl/openssl_client_key_store_unittest.cc" ]
- }
-
if (!enable_websockets) {
sources -= [
"server/http_connection_unittest.cc",
« no previous file with comments | « content/public/browser/client_certificate_delegate.h ('k') | net/cert/cert_database_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698