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", |