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

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: Add second NET_EXPORT_PRIVATE back Created 8 years 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
« no previous file with comments | « net/dns/dns_transaction_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 'dns/dns_config_service_win.h', 415 'dns/dns_config_service_win.h',
416 'dns/dns_hosts.cc', 416 'dns/dns_hosts.cc',
417 'dns/dns_hosts.h', 417 'dns/dns_hosts.h',
418 'dns/dns_protocol.h', 418 'dns/dns_protocol.h',
419 'dns/dns_query.cc', 419 'dns/dns_query.cc',
420 'dns/dns_query.h', 420 'dns/dns_query.h',
421 'dns/dns_response.cc', 421 'dns/dns_response.cc',
422 'dns/dns_response.h', 422 'dns/dns_response.h',
423 'dns/dns_session.cc', 423 'dns/dns_session.cc',
424 'dns/dns_session.h', 424 'dns/dns_session.h',
425 'dns/dns_socket_pool.cc',
426 'dns/dns_socket_pool.h',
425 'dns/dns_transaction.cc', 427 'dns/dns_transaction.cc',
426 'dns/dns_transaction.h', 428 'dns/dns_transaction.h',
427 'dns/notify_watcher_mac.cc', 429 'dns/notify_watcher_mac.cc',
428 'dns/notify_watcher_mac.h', 430 'dns/notify_watcher_mac.h',
429 'dns/serial_worker.cc', 431 'dns/serial_worker.cc',
430 'dns/serial_worker.h', 432 'dns/serial_worker.h',
431 'ftp/ftp_auth_cache.cc', 433 'ftp/ftp_auth_cache.cc',
432 'ftp/ftp_auth_cache.h', 434 'ftp/ftp_auth_cache.h',
433 'ftp/ftp_ctrl_response_buffer.cc', 435 'ftp/ftp_ctrl_response_buffer.cc',
434 'ftp/ftp_ctrl_response_buffer.h', 436 'ftp/ftp_ctrl_response_buffer.h',
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after
1359 'disk_cache/flash/segment_unittest.cc', 1361 'disk_cache/flash/segment_unittest.cc',
1360 'disk_cache/flash/storage_unittest.cc', 1362 'disk_cache/flash/storage_unittest.cc',
1361 'dns/address_sorter_posix_unittest.cc', 1363 'dns/address_sorter_posix_unittest.cc',
1362 'dns/address_sorter_unittest.cc', 1364 'dns/address_sorter_unittest.cc',
1363 'dns/dns_config_service_posix_unittest.cc', 1365 'dns/dns_config_service_posix_unittest.cc',
1364 'dns/dns_config_service_unittest.cc', 1366 'dns/dns_config_service_unittest.cc',
1365 'dns/dns_config_service_win_unittest.cc', 1367 'dns/dns_config_service_win_unittest.cc',
1366 'dns/dns_hosts_unittest.cc', 1368 'dns/dns_hosts_unittest.cc',
1367 'dns/dns_query_unittest.cc', 1369 'dns/dns_query_unittest.cc',
1368 'dns/dns_response_unittest.cc', 1370 'dns/dns_response_unittest.cc',
1371 'dns/dns_session_unittest.cc',
1369 'dns/dns_transaction_unittest.cc', 1372 'dns/dns_transaction_unittest.cc',
1370 'dns/serial_worker_unittest.cc', 1373 'dns/serial_worker_unittest.cc',
1371 'ftp/ftp_auth_cache_unittest.cc', 1374 'ftp/ftp_auth_cache_unittest.cc',
1372 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1375 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1373 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1376 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1374 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 1377 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
1375 'ftp/ftp_directory_listing_parser_os2_unittest.cc', 1378 'ftp/ftp_directory_listing_parser_os2_unittest.cc',
1376 'ftp/ftp_directory_listing_parser_unittest.cc', 1379 'ftp/ftp_directory_listing_parser_unittest.cc',
1377 'ftp/ftp_directory_listing_parser_unittest.h', 1380 'ftp/ftp_directory_listing_parser_unittest.h',
1378 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1381 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
(...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
2381 '--result', '<@(_outputs)', 2384 '--result', '<@(_outputs)',
2382 '--isolate', 'net_unittests.isolate', 2385 '--isolate', 'net_unittests.isolate',
2383 ], 2386 ],
2384 }, 2387 },
2385 ], 2388 ],
2386 }, 2389 },
2387 ], 2390 ],
2388 }], 2391 }],
2389 ], 2392 ],
2390 } 2393 }
OLDNEW
« no previous file with comments | « net/dns/dns_transaction_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698