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

Unified Diff: net/net.gyp

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.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 3b384002f782de5accfadc8d29b1782a49274e3a..3c7180ae83a27dea10c16c038b10652489d424dc 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -277,14 +277,17 @@
'quic/crypto/p256_key_exchange_openssl.cc',
'quic/crypto/scoped_evp_aead_ctx.cc',
'quic/crypto/scoped_evp_aead_ctx.h',
- 'socket/openssl_ssl_util.cc',
- 'socket/openssl_ssl_util.h',
'socket/ssl_client_socket_openssl.cc',
'socket/ssl_client_socket_openssl.h',
'socket/ssl_server_socket_openssl.cc',
'socket/ssl_server_socket_openssl.h',
'socket/ssl_session_cache_openssl.cc',
'socket/ssl_session_cache_openssl.h',
+ 'ssl/openssl_platform_key_mac.cc',
+ 'ssl/openssl_platform_key_win.cc',
+ 'ssl/openssl_platform_key.h',
+ 'ssl/openssl_ssl_util.cc',
+ 'ssl/openssl_ssl_util.h',
],
},
],
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('j') | net/ssl/openssl_client_key_store.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698