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

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: sleevi comments Created 5 years, 9 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_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index 2e056db928111dce24804f9bbb2d5c2d5dbd66e2..48e7af288f4a48c85829b3f1af3a15c2fc95f792 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -195,13 +195,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.

Powered by Google App Engine
This is Rietveld 408576698