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

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: DISALLOW_COPY_AND_ASSIGN 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..201b860bcb152cedf27d23358b39631408dd5bcf 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',
@@ -133,6 +131,11 @@
'ssl/default_server_bound_cert_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/server_bound_cert_service.cc',
'ssl/server_bound_cert_service.h',
'ssl/server_bound_cert_store.cc',
« no previous file with comments | « net/net.gyp ('k') | net/socket/openssl_ssl_util.h » ('j') | net/ssl/openssl_client_key_store.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698