Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index 70b5dddd541390505315d34d68e24665efcb9164..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', |
@@ -2121,8 +2124,8 @@ |
'tools/quic/quic_spdy_client_stream_test.cc', |
'tools/quic/quic_spdy_server_stream_test.cc', |
'tools/quic/quic_time_wait_list_manager_test.cc', |
- 'tools/quic/test_tools/http_message_test_utils.cc', |
- 'tools/quic/test_tools/http_message_test_utils.h', |
+ 'tools/quic/test_tools/http_message.cc', |
+ 'tools/quic/test_tools/http_message.h', |
'tools/quic/test_tools/mock_epoll_server.cc', |
'tools/quic/test_tools/mock_epoll_server.h', |
'tools/quic/test_tools/mock_quic_dispatcher.cc', |