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

Side by Side Diff: net/net.gyp

Issue 10878090: Keep pool of pre-connected DNS sockets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move to socket buffers and callbacks for dependency injection Created 8 years, 3 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 1250 matching lines...) Expand 10 before | Expand all | Expand 10 after
1261 'disk_cache/mapped_file_unittest.cc', 1261 'disk_cache/mapped_file_unittest.cc',
1262 'disk_cache/storage_block_unittest.cc', 1262 'disk_cache/storage_block_unittest.cc',
1263 'dns/address_sorter_posix_unittest.cc', 1263 'dns/address_sorter_posix_unittest.cc',
1264 'dns/address_sorter_unittest.cc', 1264 'dns/address_sorter_unittest.cc',
1265 'dns/dns_config_service_posix_unittest.cc', 1265 'dns/dns_config_service_posix_unittest.cc',
1266 'dns/dns_config_service_unittest.cc', 1266 'dns/dns_config_service_unittest.cc',
1267 'dns/dns_config_service_win_unittest.cc', 1267 'dns/dns_config_service_win_unittest.cc',
1268 'dns/dns_hosts_unittest.cc', 1268 'dns/dns_hosts_unittest.cc',
1269 'dns/dns_query_unittest.cc', 1269 'dns/dns_query_unittest.cc',
1270 'dns/dns_response_unittest.cc', 1270 'dns/dns_response_unittest.cc',
1271 'dns/dns_session_unittest.cc',
1271 'dns/dns_transaction_unittest.cc', 1272 'dns/dns_transaction_unittest.cc',
1272 'dns/serial_worker_unittest.cc', 1273 'dns/serial_worker_unittest.cc',
1273 'ftp/ftp_auth_cache_unittest.cc', 1274 'ftp/ftp_auth_cache_unittest.cc',
1274 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1275 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1275 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1276 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1276 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 1277 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
1277 'ftp/ftp_directory_listing_parser_os2_unittest.cc', 1278 'ftp/ftp_directory_listing_parser_os2_unittest.cc',
1278 'ftp/ftp_directory_listing_parser_unittest.cc', 1279 'ftp/ftp_directory_listing_parser_unittest.cc',
1279 'ftp/ftp_directory_listing_parser_unittest.h', 1280 'ftp/ftp_directory_listing_parser_unittest.h',
1280 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1281 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
(...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
2167 '--result', '<@(_outputs)', 2168 '--result', '<@(_outputs)',
2168 '--isolate', 'net_unittests.isolate', 2169 '--isolate', 'net_unittests.isolate',
2169 ], 2170 ],
2170 }, 2171 },
2171 ], 2172 ],
2172 }, 2173 },
2173 ], 2174 ],
2174 }], 2175 }],
2175 ], 2176 ],
2176 } 2177 }
OLDNEW
« net/dns/dns_session_unittest.cc ('K') | « net/dns/dns_transaction_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698