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

Unified Diff: net/net.gypi

Issue 1541263002: Landing Recent QUIC changes until 12/18/2015 13:57 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: replace -1 with 0xff for InvalidPathId Created 5 years 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/general_loss_algorithm_test.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 0590c0ba40a6b06003c8a8b0ece5afe30c23d5a4..3f17b458d02b3a3113db982e2b233d2e50102032 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -360,6 +360,8 @@
'quic/quic_frame_list.h',
'quic/quic_framer.cc',
'quic/quic_framer.h',
+ 'quic/quic_multipath_received_packet_manager.cc',
+ 'quic/quic_multipath_received_packet_manager.h',
'quic/quic_multipath_transmissions_map.cc',
'quic/quic_multipath_transmissions_map.h',
'quic/quic_packet_creator.cc',
@@ -1578,6 +1580,7 @@
'quic/quic_headers_stream_test.cc',
'quic/quic_http_stream_test.cc',
'quic/quic_http_utils_test.cc',
+ 'quic/quic_multipath_received_packet_manager_test.cc',
'quic/quic_multipath_transmissions_map_test.cc',
'quic/quic_network_transaction_unittest.cc',
'quic/quic_packet_creator_test.cc',
« no previous file with comments | « no previous file | net/quic/congestion_control/general_loss_algorithm_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698