Index: net/net.gypi |
diff --git a/net/net.gypi b/net/net.gypi |
index d8f93d0396dad5e77f797cb3c15a60878966a36d..5a3cc76ebecc90462fe57fa4827f6eb1c53a7d38 100644 |
--- a/net/net.gypi |
+++ b/net/net.gypi |
@@ -757,6 +757,8 @@ |
'proxy/proxy_service.h', |
'quic/congestion_control/cubic.cc', |
'quic/congestion_control/cubic.h', |
+ 'quic/congestion_control/cubic_bytes.cc', |
+ 'quic/congestion_control/cubic_bytes.h', |
'quic/congestion_control/hybrid_slow_start.cc', |
'quic/congestion_control/hybrid_slow_start.h', |
'quic/congestion_control/loss_detection_interface.cc', |
@@ -769,6 +771,8 @@ |
'quic/congestion_control/rtt_stats.h', |
'quic/congestion_control/send_algorithm_interface.cc', |
'quic/congestion_control/send_algorithm_interface.h', |
+ 'quic/congestion_control/tcp_cubic_bytes_sender.cc', |
+ 'quic/congestion_control/tcp_cubic_bytes_sender.h', |
'quic/congestion_control/tcp_cubic_sender.cc', |
'quic/congestion_control/tcp_cubic_sender.h', |
'quic/congestion_control/tcp_loss_algorithm.cc', |
@@ -1455,6 +1459,7 @@ |
'proxy/proxy_server_unittest.cc', |
'proxy/proxy_service_mojo_unittest.cc', |
'proxy/proxy_service_unittest.cc', |
+ 'quic/congestion_control/cubic_bytes_test.cc', |
'quic/congestion_control/cubic_test.cc', |
'quic/congestion_control/hybrid_slow_start_test.cc', |
'quic/congestion_control/pacing_sender_test.cc', |
@@ -1462,6 +1467,7 @@ |
'quic/congestion_control/rtt_stats_test.cc', |
'quic/congestion_control/send_algorithm_simulator.cc', |
'quic/congestion_control/send_algorithm_simulator.h', |
+ 'quic/congestion_control/tcp_cubic_bytes_sender_test.cc', |
'quic/congestion_control/tcp_cubic_sender_test.cc', |
'quic/congestion_control/tcp_loss_algorithm_test.cc', |
'quic/congestion_control/time_loss_algorithm_test.cc', |