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

Unified Diff: net/net_common.gypi

Issue 1304143010: Plumbing SSLPrivateKey Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 3 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/net_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index ca423a03f93a934d49686c956d7e531d391be8c8..ee8d0b0efe754a1d77051aaf2f530283862afa00 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -167,6 +167,7 @@
'ssl/ssl_client_session_cache_openssl.h',
'ssl/ssl_platform_key.h',
'ssl/ssl_platform_key_nss.cc',
+ 'ssl/ssl_platform_key_task_runner.h',
'ssl/threaded_ssl_private_key.cc',
'ssl/threaded_ssl_private_key.h',
],
@@ -205,8 +206,6 @@
'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',
],
}],
[ 'use_glib == 1', {

Powered by Google App Engine
This is Rietveld 408576698