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

Unified Diff: net/net_common.gypi

Issue 994263002: Rewrite session cache in OpenSSL ports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reebase Created 5 years, 8 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.gypi ('k') | net/socket/ssl_client_socket_openssl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index 4f97ff2bba9248e10fc56e11a52e5bc483ed9e5e..ebc8c73b4478d7a22efa77ac5580fa97a665c008 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -197,13 +197,13 @@
'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.h',
'ssl/openssl_platform_key_mac.cc',
'ssl/openssl_platform_key_win.cc',
'ssl/openssl_ssl_util.cc',
'ssl/openssl_ssl_util.h',
+ 'ssl/ssl_client_session_cache_openssl.cc',
+ 'ssl/ssl_client_session_cache_openssl.h',
],
'conditions': [
# Pull in the bundled or system NSS as appropriate.
« no previous file with comments | « net/net.gypi ('k') | net/socket/ssl_client_socket_openssl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698