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

Unified Diff: net/net.gyp

Issue 135373002: Added SSLHostInfo. Storing of server host info to our standard disk cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with TOT Created 6 years, 11 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 2062093f76dc8b7269964e7c6f6c8ac6f8d4b9eb..f9eb3bf8139f86858933f39044a662898ea998e4 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -546,6 +546,8 @@
'ftp/ftp_util.h',
'http/des.cc',
'http/des.h',
+ 'http/disk_cache_based_ssl_host_info.cc',
+ 'http/disk_cache_based_ssl_host_info.h',
'http/http_atom_list.h',
'http/http_auth.cc',
'http/http_auth.h',
@@ -958,6 +960,8 @@
'socket/ssl_client_socket_pool.h',
'socket/ssl_error_params.cc',
'socket/ssl_error_params.h',
+ 'socket/ssl_host_info.cc',
+ 'socket/ssl_host_info.h',
'socket/ssl_server_socket.h',
'socket/ssl_server_socket_nss.cc',
'socket/ssl_server_socket_nss.h',
@@ -1707,6 +1711,7 @@
'ftp/ftp_network_transaction_unittest.cc',
'ftp/ftp_util_unittest.cc',
'http/des_unittest.cc',
+ 'http/disk_cache_based_ssl_host_info_unittest.cc',
'http/http_auth_cache_unittest.cc',
'http/http_auth_controller_unittest.cc',
'http/http_auth_filter_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698