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

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: rebase 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
« no previous file with comments | « net/net.gyp ('k') | net/socket/openssl_ssl_util.h » ('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 7a367befe074c2c69f93e9f1caa70bd860faf410..8385d81e76d28f0cd896927c12448422ea2dbbe0 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',
@@ -137,6 +135,11 @@
'ssl/default_channel_id_store.h',
'ssl/openssl_client_key_store.cc',
'ssl/openssl_client_key_store.h',
+ '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/signed_certificate_timestamp_and_status.cc',
'ssl/signed_certificate_timestamp_and_status.h',
'ssl/ssl_cert_request_info.cc',
« no previous file with comments | « net/net.gyp ('k') | net/socket/openssl_ssl_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698