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

Unified Diff: net/net.gypi

Issue 1548703002: Add class QuicMultipathReceivedPacketManager (not in use currently). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@110446931
Patch Set: 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/quic_multipath_received_packet_manager.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 1606798d3252cee20db2dbf7e6082bb2517da50f..5cd5deb1b2dc427eba499bbe370931713f75641f 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -356,6 +356,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',
@@ -1565,6 +1567,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/quic_multipath_received_packet_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698