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

Unified Diff: net/net.gypi

Issue 396803002: Implement TLS client auth in the OS X OpenSSL port. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: EVP_PKEY_set1_RSA has a saner ownership story. Created 6 years, 5 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 704ff2c79974ba5dd382541b7727fa518a1b8d5b..3ef37383cbb8eb0c939891b0d5eb99a652af06c4 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -115,8 +115,6 @@
'socket/client_socket_pool_histograms.h',
'socket/next_proto.cc',
'socket/next_proto.h',
- 'socket/openssl_ssl_util.cc',
- 'socket/openssl_ssl_util.h',
'socket/socket.h',
'socket/ssl_client_socket.cc',
'socket/ssl_client_socket.h',
@@ -131,8 +129,11 @@
'socket/ssl_socket.h',
'ssl/default_server_bound_cert_store.cc',
'ssl/default_server_bound_cert_store.h',
- 'ssl/openssl_client_key_store.cc',
- 'ssl/openssl_client_key_store.h',
wtc 2014/07/16 00:09:57 Is it correct to delete these two files?
davidben 2014/07/16 16:25:34 Oops, fixed. Remnant of a previous more aggressive
+ 'ssl/openssl_platform_key.h',
+ 'ssl/openssl_platform_key_mac.cc',
+ 'ssl/openssl_platform_key_win.cc',
+ 'ssl/openssl_ssl_util.cc',
+ 'ssl/openssl_ssl_util.h',
'ssl/server_bound_cert_service.cc',
'ssl/server_bound_cert_service.h',
'ssl/server_bound_cert_store.cc',

Powered by Google App Engine
This is Rietveld 408576698