| Index: net/net.gypi
|
| diff --git a/net/net.gypi b/net/net.gypi
|
| index bb9f016adf6be81be468be0f9bb94275b5488572..97159cb9d572e152c701f41b5fa815f6b9f3c1d8 100644
|
| --- a/net/net.gypi
|
| +++ b/net/net.gypi
|
| @@ -759,6 +759,8 @@
|
| 'quic/congestion_control/tcp_receiver.h',
|
| 'quic/congestion_control/time_loss_algorithm.cc',
|
| 'quic/congestion_control/time_loss_algorithm.h',
|
| + 'quic/congestion_control/timestamp_receiver.cc',
|
| + 'quic/congestion_control/timestamp_receiver.h',
|
| 'quic/crypto/aead_base_decrypter.h',
|
| 'quic/crypto/aead_base_decrypter_nss.cc',
|
| 'quic/crypto/aead_base_decrypter_openssl.cc',
|
| @@ -1436,6 +1438,7 @@
|
| 'quic/congestion_control/tcp_loss_algorithm_test.cc',
|
| 'quic/congestion_control/tcp_receiver_test.cc',
|
| 'quic/congestion_control/time_loss_algorithm_test.cc',
|
| + 'quic/congestion_control/timestamp_receiver_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',
|
|
|