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

Unified Diff: net/net.gypi

Issue 1153093002: Implement URLRequestBackoffManager for managing Backoff headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests Created 5 years, 5 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 | « net/base/net_error_list.h ('k') | net/url_request/url_request_backoff_manager.h » ('j') | no next file with comments »
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 e68ac6bc4685d1ffd53f1f9030683efbcb5d3ae8..8c72665588021e50eec03a2e568eeb214ff3e57d 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1241,6 +1241,8 @@
'url_request/url_request_throttler_entry_interface.h',
'url_request/url_request_throttler_manager.cc',
'url_request/url_request_throttler_manager.h',
+ 'url_request/url_request_backoff_manager.cc',
+ 'url_request/url_request_backoff_manager.h',
'url_request/view_cache_helper.cc',
'url_request/view_cache_helper.h',
'url_request/websocket_handshake_userdata_key.cc',
@@ -1759,6 +1761,7 @@
'url_request/sdch_dictionary_fetcher_unittest.cc',
'url_request/url_fetcher_impl_unittest.cc',
'url_request/url_fetcher_response_writer_unittest.cc',
+ 'url_request/url_request_backoff_manager_unittest.cc',
'url_request/url_request_context_builder_unittest.cc',
'url_request/url_request_data_job_unittest.cc',
'url_request/url_request_file_job_unittest.cc',
« no previous file with comments | « net/base/net_error_list.h ('k') | net/url_request/url_request_backoff_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698