summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-10 00:06:15 +0000
committerrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-10 00:06:15 +0000
commit0175b30c6c73ce2c2fc9633b98683d71b4fafcaa (patch)
tree49cff801700df181bf5bf79e835615a9edd003e7 /net/net.gyp
parent2e648601b082774989dec39da9983a5e27e9a797 (diff)
downloadchromium_src-0175b30c6c73ce2c2fc9633b98683d71b4fafcaa.zip
chromium_src-0175b30c6c73ce2c2fc9633b98683d71b4fafcaa.tar.gz
chromium_src-0175b30c6c73ce2c2fc9633b98683d71b4fafcaa.tar.bz2
Added pacing and a leaky bucket helper class.
Merge internal change 37031721 Reverted: 166980 Initially Committed: 166977 Review URL: https://chromiumcodereview.appspot.com/11312174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167013 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index f7d0a3c..513cee8 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -640,6 +640,10 @@
'quic/congestion_control/fix_rate_receiver.h',
'quic/congestion_control/fix_rate_sender.cc',
'quic/congestion_control/fix_rate_sender.h',
+ 'quic/congestion_control/leaky_bucket.cc',
+ 'quic/congestion_control/leaky_bucket.h',
+ 'quic/congestion_control/paced_sender.cc',
+ 'quic/congestion_control/paced_sender.h',
'quic/congestion_control/quic_receipt_metrics_collector.cc',
'quic/congestion_control/quic_receipt_metrics_collector.h',
'quic/congestion_control/quic_send_scheduler.cc',
@@ -1421,6 +1425,8 @@
'proxy/proxy_service_unittest.cc',
'proxy/sync_host_resolver_bridge_unittest.cc',
'quic/congestion_control/fix_rate_test.cc',
+ 'quic/congestion_control/leaky_bucket_test.cc',
+ 'quic/congestion_control/paced_sender_test.cc',
'quic/congestion_control/quic_receipt_metrics_collector_test.cc',
'quic/congestion_control/quic_send_scheduler_test.cc',
'quic/crypto/crypto_framer_test.cc',