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

Unified Diff: net/net.gypi

Issue 420313005: Land Recent QUIC Changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0723
Patch Set: change QUIC packet size to 1350 Created 6 years, 5 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 8385d81e76d28f0cd896927c12448422ea2dbbe0..bb9f016adf6be81be468be0f9bb94275b5488572 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -737,10 +737,6 @@
'quic/congestion_control/cube_root.h',
'quic/congestion_control/cubic.cc',
'quic/congestion_control/cubic.h',
- 'quic/congestion_control/fix_rate_receiver.cc',
- 'quic/congestion_control/fix_rate_receiver.h',
- 'quic/congestion_control/fix_rate_sender.cc',
- 'quic/congestion_control/fix_rate_sender.h',
'quic/congestion_control/hybrid_slow_start.cc',
'quic/congestion_control/hybrid_slow_start.h',
'quic/congestion_control/leaky_bucket.cc',
@@ -1430,7 +1426,6 @@
'proxy/proxy_service_unittest.cc',
'quic/congestion_control/cube_root_test.cc',
'quic/congestion_control/cubic_test.cc',
- 'quic/congestion_control/fix_rate_test.cc',
'quic/congestion_control/hybrid_slow_start_test.cc',
'quic/congestion_control/leaky_bucket_test.cc',
'quic/congestion_control/pacing_sender_test.cc',

Powered by Google App Engine
This is Rietveld 408576698