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

Side by Side Diff: net/net.gyp

Issue 5276007: Implement exponential back-off mechanism. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pull latest to merge Created 10 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/base/net_error_list.h ('k') | net/url_request/url_request_http_job.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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 'url_request/url_request_job_tracker.h', 678 'url_request/url_request_job_tracker.h',
679 'url_request/url_request_netlog_params.cc', 679 'url_request/url_request_netlog_params.cc',
680 'url_request/url_request_netlog_params.h', 680 'url_request/url_request_netlog_params.h',
681 'url_request/url_request_redirect_job.cc', 681 'url_request/url_request_redirect_job.cc',
682 'url_request/url_request_redirect_job.h', 682 'url_request/url_request_redirect_job.h',
683 'url_request/url_request_simple_job.cc', 683 'url_request/url_request_simple_job.cc',
684 'url_request/url_request_simple_job.h', 684 'url_request/url_request_simple_job.h',
685 'url_request/url_request_status.h', 685 'url_request/url_request_status.h',
686 'url_request/url_request_test_job.cc', 686 'url_request/url_request_test_job.cc',
687 'url_request/url_request_test_job.h', 687 'url_request/url_request_test_job.h',
688 'url_request/url_request_throttler_entry.cc',
689 'url_request/url_request_throttler_entry.h',
690 'url_request/url_request_throttler_entry_interface.h',
691 'url_request/url_request_throttler_header_adapter.h',
692 'url_request/url_request_throttler_header_adapter.cc',
693 'url_request/url_request_throttler_header_interface.h',
694 'url_request/url_request_throttler_manager.cc',
695 'url_request/url_request_throttler_manager.h',
688 'url_request/view_cache_helper.cc', 696 'url_request/view_cache_helper.cc',
689 'url_request/view_cache_helper.h', 697 'url_request/view_cache_helper.h',
690 'websockets/websocket.cc', 698 'websockets/websocket.cc',
691 'websockets/websocket.h', 699 'websockets/websocket.h',
692 'websockets/websocket_frame_handler.cc', 700 'websockets/websocket_frame_handler.cc',
693 'websockets/websocket_frame_handler.h', 701 'websockets/websocket_frame_handler.h',
694 'websockets/websocket_handshake.cc', 702 'websockets/websocket_handshake.cc',
695 'websockets/websocket_handshake.h', 703 'websockets/websocket_handshake.h',
696 'websockets/websocket_handshake_draft75.cc', 704 'websockets/websocket_handshake_draft75.cc',
697 'websockets/websocket_handshake_draft75.h', 705 'websockets/websocket_handshake_draft75.h',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 'spdy/spdy_test_util.cc', 961 'spdy/spdy_test_util.cc',
954 'spdy/spdy_test_util.h', 962 'spdy/spdy_test_util.h',
955 'test/python_utils_unittest.cc', 963 'test/python_utils_unittest.cc',
956 'tools/dump_cache/url_to_filename_encoder.cc', 964 'tools/dump_cache/url_to_filename_encoder.cc',
957 'tools/dump_cache/url_to_filename_encoder.h', 965 'tools/dump_cache/url_to_filename_encoder.h',
958 'tools/dump_cache/url_to_filename_encoder_unittest.cc', 966 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
959 'tools/dump_cache/url_utilities.h', 967 'tools/dump_cache/url_utilities.h',
960 'tools/dump_cache/url_utilities.cc', 968 'tools/dump_cache/url_utilities.cc',
961 'tools/dump_cache/url_utilities_unittest.cc', 969 'tools/dump_cache/url_utilities_unittest.cc',
962 'url_request/url_request_job_tracker_unittest.cc', 970 'url_request/url_request_job_tracker_unittest.cc',
971 'url_request/url_request_throttler_unittest.cc',
963 'url_request/url_request_unittest.cc', 972 'url_request/url_request_unittest.cc',
964 'url_request/url_request_unittest.h', 973 'url_request/url_request_unittest.h',
965 'url_request/view_cache_helper_unittest.cc', 974 'url_request/view_cache_helper_unittest.cc',
966 'websockets/websocket_frame_handler_unittest.cc', 975 'websockets/websocket_frame_handler_unittest.cc',
967 'websockets/websocket_handshake_draft75_unittest.cc', 976 'websockets/websocket_handshake_draft75_unittest.cc',
968 'websockets/websocket_handshake_handler_unittest.cc', 977 'websockets/websocket_handshake_handler_unittest.cc',
969 'websockets/websocket_handshake_unittest.cc', 978 'websockets/websocket_handshake_unittest.cc',
970 'websockets/websocket_job_unittest.cc', 979 'websockets/websocket_job_unittest.cc',
971 'websockets/websocket_net_log_params_unittest.cc', 980 'websockets/websocket_net_log_params_unittest.cc',
972 'websockets/websocket_throttle_unittest.cc', 981 'websockets/websocket_throttle_unittest.cc',
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
1440 ], 1449 ],
1441 }], 1450 }],
1442 ], 1451 ],
1443 } 1452 }
1444 1453
1445 # Local Variables: 1454 # Local Variables:
1446 # tab-width:2 1455 # tab-width:2
1447 # indent-tabs-mode:nil 1456 # indent-tabs-mode:nil
1448 # End: 1457 # End:
1449 # vim: set expandtab tabstop=2 shiftwidth=2: 1458 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/base/net_error_list.h ('k') | net/url_request/url_request_http_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698