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

Unified Diff: net/net.gypi

Issue 2531163009: Move QuicAckListenerInterface, QuicPendingRetransmission, and QuicTransmissionInfo out of quic_pack… (Closed)
Patch Set: Move QuicAckListenerInterface, QuicPendingRetransmission, and QuicTransmissionInfo out of quic_pack… Created 4 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/core/quic_ack_listener_interface.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 f5c468046882f62022b78e7514c4c3735804869f..54b0e59a94438952d00e579cf1a3892e55554a9b 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1001,6 +1001,8 @@
'quic/core/crypto/strike_register_client.h',
'quic/core/interval.h',
'quic/core/interval_set.h',
+ 'quic/core/quic_ack_listener_interface.cc',
+ 'quic/core/quic_ack_listener_interface.h',
'quic/core/quic_address_mismatch.cc',
'quic/core/quic_address_mismatch.h',
'quic/core/quic_alarm.cc',
@@ -1076,6 +1078,7 @@
'quic/core/quic_packet_writer.h',
'quic/core/quic_packets.cc',
'quic/core/quic_packets.h',
+ 'quic/core/quic_pending_retransmission.h',
'quic/core/quic_received_packet_manager.cc',
'quic/core/quic_received_packet_manager.h',
'quic/core/quic_sent_packet_manager.cc',
@@ -1108,6 +1111,8 @@
'quic/core/quic_tag.h',
'quic/core/quic_time.cc',
'quic/core/quic_time.h',
+ 'quic/core/quic_transmission_info.cc',
+ 'quic/core/quic_transmission_info.h',
'quic/core/quic_types.cc',
'quic/core/quic_types.h',
'quic/core/quic_unacked_packet_map.cc',
« no previous file with comments | « no previous file | net/quic/core/quic_ack_listener_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698