Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index 6120f924d5d6777d85d3bdffbfc1ec486bfa6309..8713a3face0a31bf07ee31ed0e52c4114b9131bb 100644 |
--- a/net/net.gyp |
+++ b/net/net.gyp |
@@ -778,6 +778,8 @@ |
'quic/congestion_control/inter_arrival_state_machine.h', |
'quic/congestion_control/leaky_bucket.cc', |
'quic/congestion_control/leaky_bucket.h', |
+ 'quic/congestion_control/loss_detection_interface.cc', |
+ 'quic/congestion_control/loss_detection_interface.h', |
'quic/congestion_control/paced_sender.cc', |
'quic/congestion_control/paced_sender.h', |
'quic/congestion_control/pacing_sender.cc', |
@@ -789,6 +791,8 @@ |
'quic/congestion_control/send_algorithm_interface.h', |
'quic/congestion_control/tcp_cubic_sender.cc', |
'quic/congestion_control/tcp_cubic_sender.h', |
+ 'quic/congestion_control/tcp_loss_algorithm.cc', |
+ 'quic/congestion_control/tcp_loss_algorithm.h', |
'quic/congestion_control/tcp_receiver.cc', |
'quic/congestion_control/tcp_receiver.h', |
'quic/crypto/aes_128_gcm_12_decrypter.h', |