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

Unified Diff: net/net.gypi

Issue 242593002: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build fix. Use uint32 instead of int Created 6 years, 8 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/hybrid_slow_start.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 aff4af5fdd919d495be9411451c9f4d53881e354..daa714b58e4267ed3f3f2a2c2760b27036b1227e 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -899,6 +899,8 @@
'quic/quic_fec_group.h',
'quic/quic_flags.cc',
'quic/quic_flags.h',
+ 'quic/quic_flow_controller.cc',
+ 'quic/quic_flow_controller.h',
'quic/quic_framer.cc',
'quic/quic_framer.h',
'quic/quic_headers_stream.cc',
@@ -1484,6 +1486,8 @@
'quic/test_tools/quic_connection_peer.h',
'quic/test_tools/quic_data_stream_peer.cc',
'quic/test_tools/quic_data_stream_peer.h',
+ 'quic/test_tools/quic_flow_controller_peer.cc',
+ 'quic/test_tools/quic_flow_controller_peer.h',
'quic/test_tools/quic_framer_peer.cc',
'quic/test_tools/quic_framer_peer.h',
'quic/test_tools/quic_packet_creator_peer.cc',
@@ -1519,6 +1523,7 @@
'quic/quic_data_stream_test.cc',
'quic/quic_data_writer_test.cc',
'quic/quic_fec_group_test.cc',
+ 'quic/quic_flow_controller_test.cc',
'quic/quic_framer_test.cc',
'quic/quic_headers_stream_test.cc',
'quic/quic_http_stream_test.cc',
« no previous file with comments | « no previous file | net/quic/congestion_control/hybrid_slow_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698