Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1514)

Unified Diff: net/net.gypi

Issue 449693002: Bring back InterArrivalReceiver and rename it to TimestampeReceiver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Move_Quic_AppendTimestampFrame_72148809
Patch Set: minor comment fix Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/quic/congestion_control/receive_algorithm_interface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | net/quic/congestion_control/receive_algorithm_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698