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

Unified Diff: net/net.gypi

Issue 2130493002: Implement THROTTLED priority semantics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NetworkStreamThrottler
Patch Set: Added (currently failing) URLRequest unit test. Created 4 years, 4 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 bffcd8a46d8b4f436da5f8d5505c0018b56fbd73..a821ce9062da4664b62b0b6c77a69fc1a545d335 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -338,8 +338,9 @@
'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/platform_mime_util.h',
'base/platform_mime_util_linux.cc',
'base/platform_mime_util_mac.mm',
@@ -348,6 +349,8 @@
'base/prioritized_dispatcher.h',
'base/priority_queue.h',
'base/proxy_delegate.h',
+ 'base/quantile_estimator.cc',
+ 'base/quantile_estimator.h',
'base/request_priority.cc',
'base/request_priority.h',
'base/sdch_dictionary.cc',
@@ -1379,6 +1382,7 @@
'base/port_util_unittest.cc',
'base/prioritized_dispatcher_unittest.cc',
'base/priority_queue_unittest.cc',
+ 'base/quantile_estimator_unittest.cc',
'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
'base/sdch_dictionary_unittest.cc',
'base/sdch_manager_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698