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

Unified Diff: net/net.gypi

Issue 1304143010: Plumbing SSLPrivateKey Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing unused function in Android. 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.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 6d5f0a30a7c221aaa0a55ee4b52192dfe2b244d5..828e9dcdbb566676a060f95eaaf7d17bd3256e27 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -165,8 +165,6 @@
'ssl/client_key_store.h',
'ssl/default_channel_id_store.cc',
'ssl/default_channel_id_store.h',
- 'ssl/openssl_client_key_store.cc',
- 'ssl/openssl_client_key_store.h',
'ssl/openssl_ssl_util.cc',
'ssl/openssl_ssl_util.h',
'ssl/signed_certificate_timestamp_and_status.cc',
@@ -1131,6 +1129,8 @@
'ssl/ssl_config_service_defaults.cc',
'ssl/ssl_config_service_defaults.h',
'ssl/ssl_platform_key.h',
+ 'ssl/ssl_platform_key_task_runner.cc',
+ 'ssl/ssl_platform_key_task_runner.h',
'ssl/ssl_platform_key_android.cc',
'ssl/ssl_platform_key_mac.cc',
'ssl/ssl_platform_key_nss.cc',
@@ -1684,7 +1684,6 @@
'ssl/client_cert_store_unittest-inl.h',
'ssl/client_cert_store_win_unittest.cc',
'ssl/default_channel_id_store_unittest.cc',
- 'ssl/openssl_client_key_store_unittest.cc',
'ssl/ssl_cipher_suite_names_unittest.cc',
'ssl/ssl_client_auth_cache_unittest.cc',
'ssl/ssl_client_session_cache_openssl_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698