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

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') | net/socket/socket_test_util.cc » ('J')
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 ef3b8a3374bbf34a60e346386867ddf8e1f88a67..8ab9052f4254e00e5b7ff31ee7df0f5d79545ea8 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',
@@ -1825,6 +1827,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') | net/socket/socket_test_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698