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

Unified Diff: net/net.gypi

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 | « net/net.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index d320f47d4344e648db45c14c527a4d3f1277ac09..878c344f86830b76a2124fd48eef605e0cb99520 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -186,8 +186,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',
@@ -1181,6 +1179,7 @@
'ssl/ssl_key_logger.h',
'ssl/ssl_platform_key.h',
'ssl/ssl_platform_key_android.cc',
+ 'ssl/ssl_platform_key_android.h',
'ssl/ssl_platform_key_mac.cc',
'ssl/ssl_platform_key_nss.cc',
'ssl/ssl_platform_key_task_runner.cc',
@@ -1755,7 +1754,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',
« no previous file with comments | « net/net.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698