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

Unified Diff: net/net.gypi

Issue 2183493002: Add a merely pass-through QuicMultipathSentPacketManager. Protected behind blocked flag FLAGS_quic_… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/quic_connection.h » ('j') | net/quic/quic_multipath_sent_packet_manager.h » ('J')
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 f2fadb473b68d0c6c1548db74465c5fc4ebef6a2..16ff908f6d53801d3c71324a5587e2e9f5f71f7b 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -998,6 +998,8 @@
'quic/quic_http_utils.h',
'quic/quic_multipath_received_packet_manager.cc',
'quic/quic_multipath_received_packet_manager.h',
+ 'quic/quic_multipath_sent_packet_manager.cc',
+ 'quic/quic_multipath_sent_packet_manager.h',
'quic/quic_multipath_transmissions_map.cc',
'quic/quic_multipath_transmissions_map.h',
'quic/quic_one_block_arena.h',
@@ -1651,6 +1653,7 @@
'quic/quic_http_stream_test.cc',
'quic/quic_http_utils_test.cc',
'quic/quic_multipath_received_packet_manager_test.cc',
+ 'quic/quic_multipath_sent_packet_manager_test.cc',
'quic/quic_multipath_transmissions_map_test.cc',
'quic/quic_network_transaction_unittest.cc',
'quic/quic_one_block_arena_test.cc',
@@ -1710,6 +1713,8 @@
'quic/test_tools/quic_framer_peer.h',
'quic/test_tools/quic_headers_stream_peer.cc',
'quic/test_tools/quic_headers_stream_peer.h',
+ 'quic/test_tools/quic_multipath_sent_packet_manager_peer.h',
+ 'quic/test_tools/quic_multipath_sent_packet_manager_peer.cc',
'quic/test_tools/quic_packet_creator_peer.cc',
'quic/test_tools/quic_packet_creator_peer.h',
'quic/test_tools/quic_packet_generator_peer.cc',
« no previous file with comments | « no previous file | net/quic/quic_connection.h » ('j') | net/quic/quic_multipath_sent_packet_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698