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

Unified Diff: net/BUILD.gn

Issue 994263002: Rewrite session cache in OpenSSL ports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use base::MRUCache (hah, that would have saved me some time...) 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
« no previous file with comments | « no previous file | net/net.gyp » ('j') | net/socket/ssl_client_socket_openssl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 470e1b53f1959e81547b0076cb785f7c9edbb4d5..6f699fda88c4a59622fc4673b4adb1965311f7c4 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -267,11 +267,11 @@ component("net") {
"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_ssl_util.cc",
"ssl/openssl_ssl_util.h",
+ "ssl/ssl_client_session_cache_openssl.cc",
+ "ssl/ssl_client_session_cache_openssl.h",
]
if (is_mac) {
sources -= [ "ssl/openssl_platform_key_mac.cc" ]
@@ -1300,7 +1300,7 @@ if (!is_android && !is_win && !is_mac) {
"cert/x509_util_openssl_unittest.cc",
"quic/test_tools/crypto_test_utils_openssl.cc",
"socket/ssl_client_socket_openssl_unittest.cc",
- "socket/ssl_session_cache_openssl_unittest.cc",
+ "ssl/ssl_client_session_cache_openssl_unittest.cc",
]
if (!is_desktop_linux && !is_chromeos) {
sources -= [ "cert/nss_cert_database_unittest.cc" ]
« no previous file with comments | « no previous file | net/net.gyp » ('j') | net/socket/ssl_client_socket_openssl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698