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

Unified Diff: net/net.gypi

Issue 908493004: Landing Recent QUIC Changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix valgrind error Created 5 years, 10 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.h » ('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 e3f0ee1317692b833d4e49d5b8410629a3c00d16..12d0a40b4fe3cd33def62e8bdc54a34b112054cf 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -772,8 +772,6 @@
'quic/congestion_control/pacing_sender.h',
'quic/congestion_control/prr_sender.cc',
'quic/congestion_control/prr_sender.h',
- 'quic/congestion_control/receive_algorithm_interface.cc',
- 'quic/congestion_control/receive_algorithm_interface.h',
'quic/congestion_control/rtt_stats.cc',
'quic/congestion_control/rtt_stats.h',
'quic/congestion_control/send_algorithm_interface.cc',
@@ -782,8 +780,6 @@
'quic/congestion_control/tcp_cubic_sender.h',
'quic/congestion_control/tcp_loss_algorithm.cc',
'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/aead_base_decrypter.h',
@@ -1466,7 +1462,6 @@
'quic/congestion_control/send_algorithm_simulator.h',
'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',
« no previous file with comments | « no previous file | net/quic/congestion_control/receive_algorithm_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698