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

Unified Diff: net/net.gypi

Issue 2130493002: Implement THROTTLED priority semantics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NetworkStreamThrottler
Patch Set: Fix use of message_loop_ in Android tests. Created 4 years, 1 month 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/http/http_network_transaction_unittest.cc ('k') | net/url_request/url_request_unittest.cc » ('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 c3796a6fcac66eb44f8aded48cef6f9929f3304c..2243e76d66caa14d7f5c3e6aaedf59cbf65a49c4 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -360,8 +360,11 @@
'base/network_interfaces_linux.cc',
'base/network_interfaces_mac.cc',
'base/network_interfaces_win.cc',
- 'base/network_throttle_manager.cc',
'base/network_throttle_manager.h',
+ 'base/network_throttle_manager_impl.cc',
+ 'base/network_throttle_manager_impl.h',
+ 'base/percentile_estimator.cc',
+ 'base/percentile_estimator.h',
'base/platform_mime_util.h',
'base/platform_mime_util_linux.cc',
'base/platform_mime_util_mac.mm',
@@ -1429,8 +1432,9 @@
'base/network_change_notifier_unittest.cc',
'base/network_change_notifier_win_unittest.cc',
'base/network_interfaces_unittest.cc',
- 'base/network_throttle_manager_unittest.cc',
+ 'base/network_throttle_manager_impl_unittest.cc',
'base/parse_number_unittest.cc',
+ 'base/percentile_estimator_unittest.cc',
'base/port_util_unittest.cc',
'base/prioritized_dispatcher_unittest.cc',
'base/priority_queue_unittest.cc',
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/url_request/url_request_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698