Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index db014569851f13a5d666ff13343260c79b66a502..41d784b8360ddb47cc16c4e46957ed120dea4d97 100644 |
--- a/net/net.gyp |
+++ b/net/net.gyp |
@@ -795,6 +795,8 @@ |
'quic/congestion_control/tcp_loss_algorithm.h', |
'quic/congestion_control/tcp_receiver.cc', |
'quic/congestion_control/tcp_receiver.h', |
+ 'quic/congestion_control/time_loss_algorithm.cc', |
+ 'quic/congestion_control/time_loss_algorithm.h', |
'quic/crypto/aes_128_gcm_12_decrypter.h', |
'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', |
'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', |
@@ -1869,6 +1871,7 @@ |
'quic/congestion_control/tcp_cubic_sender_test.cc', |
'quic/congestion_control/tcp_loss_algorithm_test.cc', |
'quic/congestion_control/tcp_receiver_test.cc', |
+ 'quic/congestion_control/time_loss_algorithm_test.cc', |
'quic/crypto/aes_128_gcm_12_decrypter_test.cc', |
'quic/crypto/aes_128_gcm_12_encrypter_test.cc', |
'quic/crypto/cert_compressor_test.cc', |