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

Unified Diff: net/net.gypi

Issue 1901533002: Implementation of network level throttler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated latest round of comments." . Created 4 years, 7 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
« net/http/http_network_transaction.cc ('K') | « net/log/net_log_event_type_list.h ('k') | no next file » | 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 4e628dcf4b6e1f87df48503875370847208282f7..ba0ad61aa37b92d4eff4899c9103f9d3dd5236f0 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -514,6 +514,8 @@
'base/network_interfaces_linux.cc',
'base/network_interfaces_mac.cc',
'base/network_interfaces_win.cc',
+ 'base/network_stream_throttler.cc',
+ 'base/network_stream_throttler.h',
'base/platform_mime_util.h',
'base/platform_mime_util_linux.cc',
'base/platform_mime_util_mac.mm',
@@ -1327,6 +1329,7 @@
'base/network_change_notifier_unittest.cc',
'base/network_change_notifier_win_unittest.cc',
'base/network_interfaces_unittest.cc',
+ 'base/network_stream_throttler_unittest.cc',
'base/parse_number_unittest.cc',
'base/port_util_unittest.cc',
'base/prioritized_dispatcher_unittest.cc',
« net/http/http_network_transaction.cc ('K') | « net/log/net_log_event_type_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698