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

Unified Diff: net/net.gypi

Issue 2130493002: Implement THROTTLED priority semantics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NetworkStreamThrottler
Patch Set: Incorporated comments, short circuit timer reset if same throttle, age_horizon->TimeDelta. Created 4 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 side-by-side diff with in-line comments
Download patch
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 4d46216bc064eca817184ce55dfa78719a183805..a56cdb724a2e94c02e25a1b3fc65aab1b2daad7d 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -350,8 +350,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',
@@ -1393,6 +1396,7 @@
'base/network_interfaces_unittest.cc',
'base/network_throttle_manager_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',

Powered by Google App Engine
This is Rietveld 408576698