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

Unified Diff: net/net.gyp

Issue 132004: Add a simple cache of certificates for SSL client authentication.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Upload before checkin Created 11 years, 6 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/http/http_network_session.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
===================================================================
--- net/net.gyp (revision 18734)
+++ net/net.gyp (working copy)
@@ -115,6 +115,8 @@
'base/sdch_manager.h',
'base/socket.h',
'base/ssl_cert_request_info.h',
+ 'base/ssl_client_auth_cache.cc',
+ 'base/ssl_client_auth_cache.h',
'base/ssl_client_socket.h',
'base/ssl_client_socket_mac.cc',
'base/ssl_client_socket_nss.cc',
@@ -420,6 +422,7 @@
'base/registry_controlled_domain_unittest.cc',
'base/run_all_unittests.cc',
'base/sdch_filter_unittest.cc',
+ 'base/ssl_client_auth_cache_unittest.cc',
'base/ssl_client_socket_unittest.cc',
'base/ssl_config_service_unittest.cc',
'base/tcp_client_socket_pool_unittest.cc',
« no previous file with comments | « net/http/http_network_session.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698