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

Unified Diff: net/net.gypi

Issue 1014433002: Land Recent QUIC Changes until 03/09/2015. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replaces_Perspective_enun_88006458
Patch Set: Rebase - added NET_EXPORT_PRIVATE to fix compiler error Created 5 years, 9 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/cubic_bytes.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 d8f93d0396dad5e77f797cb3c15a60878966a36d..5a3cc76ebecc90462fe57fa4827f6eb1c53a7d38 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -757,6 +757,8 @@
'proxy/proxy_service.h',
'quic/congestion_control/cubic.cc',
'quic/congestion_control/cubic.h',
+ 'quic/congestion_control/cubic_bytes.cc',
+ 'quic/congestion_control/cubic_bytes.h',
'quic/congestion_control/hybrid_slow_start.cc',
'quic/congestion_control/hybrid_slow_start.h',
'quic/congestion_control/loss_detection_interface.cc',
@@ -769,6 +771,8 @@
'quic/congestion_control/rtt_stats.h',
'quic/congestion_control/send_algorithm_interface.cc',
'quic/congestion_control/send_algorithm_interface.h',
+ 'quic/congestion_control/tcp_cubic_bytes_sender.cc',
+ 'quic/congestion_control/tcp_cubic_bytes_sender.h',
'quic/congestion_control/tcp_cubic_sender.cc',
'quic/congestion_control/tcp_cubic_sender.h',
'quic/congestion_control/tcp_loss_algorithm.cc',
@@ -1455,6 +1459,7 @@
'proxy/proxy_server_unittest.cc',
'proxy/proxy_service_mojo_unittest.cc',
'proxy/proxy_service_unittest.cc',
+ 'quic/congestion_control/cubic_bytes_test.cc',
'quic/congestion_control/cubic_test.cc',
'quic/congestion_control/hybrid_slow_start_test.cc',
'quic/congestion_control/pacing_sender_test.cc',
@@ -1462,6 +1467,7 @@
'quic/congestion_control/rtt_stats_test.cc',
'quic/congestion_control/send_algorithm_simulator.cc',
'quic/congestion_control/send_algorithm_simulator.h',
+ 'quic/congestion_control/tcp_cubic_bytes_sender_test.cc',
'quic/congestion_control/tcp_cubic_sender_test.cc',
'quic/congestion_control/tcp_loss_algorithm_test.cc',
'quic/congestion_control/time_loss_algorithm_test.cc',
« no previous file with comments | « no previous file | net/quic/congestion_control/cubic_bytes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698