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

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: 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 | « no previous file | net/net.gyp » ('j') | no next file with comments »
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 6d7a7a1ba32234317708672088c79d2bd0e9242c..93004bf8389df7407f0459368392f21975e2baa6 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -271,11 +271,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" ]
@@ -1409,7 +1409,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698