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

Unified Diff: net/net.gypi

Issue 497553004: Landing Recent QUIC Changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with TOT 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 ddd5a05c84fe0401adc97eeb9cf85e06b927ea02..f240eba1e3c6df0251c3b6782a66c69690846c69 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -759,8 +759,6 @@
'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',
@@ -1440,7 +1438,6 @@
'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',
@@ -1505,6 +1502,8 @@
'quic/test_tools/quic_session_peer.h',
'quic/test_tools/quic_stream_sequencer_peer.cc',
'quic/test_tools/quic_stream_sequencer_peer.h',
+ 'quic/test_tools/quic_sustained_bandwidth_recorder_peer.cc',
+ 'quic/test_tools/quic_sustained_bandwidth_recorder_peer.h',
'quic/test_tools/quic_test_packet_maker.cc',
'quic/test_tools/quic_test_packet_maker.h',
'quic/test_tools/quic_test_utils.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