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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | net/socket/socket_bio_adapter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'log/net_log_with_source.h', 205 'log/net_log_with_source.h',
206 'log/net_log_capture_mode.cc', 206 'log/net_log_capture_mode.cc',
207 'log/net_log_capture_mode.h', 207 'log/net_log_capture_mode.h',
208 'log/net_log_event_type_list.h', 208 'log/net_log_event_type_list.h',
209 'log/net_log_source_type_list.h', 209 'log/net_log_source_type_list.h',
210 'socket/client_socket_handle.cc', 210 'socket/client_socket_handle.cc',
211 'socket/client_socket_handle.h', 211 'socket/client_socket_handle.h',
212 'socket/connection_attempts.h', 212 'socket/connection_attempts.h',
213 'socket/next_proto.h', 213 'socket/next_proto.h',
214 'socket/socket.h', 214 'socket/socket.h',
215 'socket/socket_bio_adapter.cc',
216 'socket/socket_bio_adapter.h',
215 'socket/socket_performance_watcher.h', 217 'socket/socket_performance_watcher.h',
216 'socket/socket_performance_watcher_factory.h', 218 'socket/socket_performance_watcher_factory.h',
217 'socket/ssl_client_socket.cc', 219 'socket/ssl_client_socket.cc',
218 'socket/ssl_client_socket.h', 220 'socket/ssl_client_socket.h',
219 'socket/ssl_client_socket_impl.cc', 221 'socket/ssl_client_socket_impl.cc',
220 'socket/ssl_client_socket_impl.h', 222 'socket/ssl_client_socket_impl.h',
221 'socket/ssl_socket.h', 223 'socket/ssl_socket.h',
222 'ssl/channel_id_service.cc', 224 'ssl/channel_id_service.cc',
223 'ssl/channel_id_service.h', 225 'ssl/channel_id_service.h',
224 'ssl/channel_id_store.cc', 226 'ssl/channel_id_store.cc',
(...skipping 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 'quic/test_tools/simulator/simulator_test.cc', 1826 'quic/test_tools/simulator/simulator_test.cc',
1825 'quic/test_tools/simulator/switch.cc', 1827 'quic/test_tools/simulator/switch.cc',
1826 'quic/test_tools/simulator/switch.h', 1828 'quic/test_tools/simulator/switch.h',
1827 'quic/test_tools/test_task_runner.cc', 1829 'quic/test_tools/test_task_runner.cc',
1828 'quic/test_tools/test_task_runner.h', 1830 'quic/test_tools/test_task_runner.h',
1829 'sdch/sdch_owner_unittest.cc', 1831 'sdch/sdch_owner_unittest.cc',
1830 'socket/client_socket_pool_base_unittest.cc', 1832 'socket/client_socket_pool_base_unittest.cc',
1831 'socket/mock_client_socket_pool_manager.cc', 1833 'socket/mock_client_socket_pool_manager.cc',
1832 'socket/mock_client_socket_pool_manager.h', 1834 'socket/mock_client_socket_pool_manager.h',
1833 'socket/sequenced_socket_data_unittest.cc', 1835 'socket/sequenced_socket_data_unittest.cc',
1836 'socket/socket_bio_adapter_unittest.cc',
1834 'socket/socks5_client_socket_unittest.cc', 1837 'socket/socks5_client_socket_unittest.cc',
1835 'socket/socks_client_socket_pool_unittest.cc', 1838 'socket/socks_client_socket_pool_unittest.cc',
1836 'socket/socks_client_socket_unittest.cc', 1839 'socket/socks_client_socket_unittest.cc',
1837 'socket/ssl_client_socket_pool_unittest.cc', 1840 'socket/ssl_client_socket_pool_unittest.cc',
1838 'socket/ssl_client_socket_unittest.cc', 1841 'socket/ssl_client_socket_unittest.cc',
1839 'socket/ssl_server_socket_unittest.cc', 1842 'socket/ssl_server_socket_unittest.cc',
1840 'socket/tcp_client_socket_unittest.cc', 1843 'socket/tcp_client_socket_unittest.cc',
1841 'socket/tcp_server_socket_unittest.cc', 1844 'socket/tcp_server_socket_unittest.cc',
1842 'socket/tcp_socket_unittest.cc', 1845 'socket/tcp_socket_unittest.cc',
1843 'socket/transport_client_socket_pool_test_util.cc', 1846 'socket/transport_client_socket_pool_test_util.cc',
(...skipping 1427 matching lines...) Expand 10 before | Expand all | Expand 10 after
3271 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3274 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3272 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3275 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3273 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3276 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3274 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3277 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3275 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3278 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3276 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3279 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3277 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3280 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3278 ], 3281 ],
3279 } 3282 }
3280 } 3283 }
OLDNEW
« 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