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

Unified Diff: net/net.gypi

Issue 2411033003: Drop buffers in idle SSLClientSockets (and SSLServerSockets). (Closed)
Patch Set: rsleevi comments Created 4 years, 2 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/socket/socket_bio_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 3b28267158cfeb3f323d336f188fe3d45ee85ae4..f4a5fdfc72235e9025c08dc32c22b380b6bab0b8 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -212,6 +212,8 @@
'socket/connection_attempts.h',
'socket/next_proto.h',
'socket/socket.h',
+ 'socket/socket_bio_adapter.cc',
+ 'socket/socket_bio_adapter.h',
'socket/socket_performance_watcher.h',
'socket/socket_performance_watcher_factory.h',
'socket/ssl_client_socket.cc',
@@ -1831,6 +1833,7 @@
'socket/mock_client_socket_pool_manager.cc',
'socket/mock_client_socket_pool_manager.h',
'socket/sequenced_socket_data_unittest.cc',
+ 'socket/socket_bio_adapter_unittest.cc',
'socket/socks5_client_socket_unittest.cc',
'socket/socks_client_socket_pool_unittest.cc',
'socket/socks_client_socket_unittest.cc',
« no previous file with comments | « no previous file | net/socket/socket_bio_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698