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

Unified Diff: net/BUILD.gn

Issue 1304143010: Plumbing SSLPrivateKey Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing upload and refptr. Created 5 years, 2 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
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 319e1e7064a5ca6a8964d0601fc82f94242bf39a..652526bac28f5cea8bfb8dcfc4c083d35e46385c 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -206,6 +206,8 @@ if (!is_nacl) {
"ssl/ssl_client_session_cache_openssl.cc",
"ssl/ssl_client_session_cache_openssl.h",
"ssl/ssl_platform_key.h",
+ "ssl/ssl_platform_key_task_runner.cc",
+ "ssl/ssl_platform_key_task_runner.h",
"ssl/threaded_ssl_private_key.cc",
"ssl/threaded_ssl_private_key.h",
]
@@ -222,8 +224,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" ]
@@ -1430,10 +1430,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",

Powered by Google App Engine
This is Rietveld 408576698