Index: net/net.gypi |
diff --git a/net/net.gypi b/net/net.gypi |
index 01b0d561061228689719622196a0e1191dadcb47..3fcaa5f3de83789c8fcfaf079dfc2bb93d7f015a 100644 |
--- a/net/net.gypi |
+++ b/net/net.gypi |
@@ -751,6 +751,8 @@ |
'quic/congestion_control/loss_detection_interface.h', |
'quic/congestion_control/pacing_sender.cc', |
'quic/congestion_control/pacing_sender.h', |
+ 'quic/congestion_control/prr_sender.cc', |
+ 'quic/congestion_control/prr_sender.h', |
'quic/congestion_control/receive_algorithm_interface.cc', |
'quic/congestion_control/receive_algorithm_interface.h', |
'quic/congestion_control/rtt_stats.cc', |
@@ -1448,6 +1450,7 @@ |
'quic/congestion_control/hybrid_slow_start_test.cc', |
'quic/congestion_control/leaky_bucket_test.cc', |
'quic/congestion_control/pacing_sender_test.cc', |
+ 'quic/congestion_control/prr_sender_test.cc', |
'quic/congestion_control/rtt_stats_test.cc', |
'quic/congestion_control/send_algorithm_simulator.cc', |
'quic/congestion_control/send_algorithm_simulator.h', |