diff options
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/net.gyp b/net/net.gyp index 9067910..6442ab0 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -793,6 +793,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', @@ -1870,6 +1872,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', @@ -2125,8 +2128,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', |