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

Unified Diff: net/net.gypi

Issue 2517603003: Moves QuicTag typedefs, and QuicTag utility methods to quic_tag.{h,cc}. No behavior change. (Closed)
Patch Set: Created 4 years, 1 month 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 | « net/http/http_network_session.cc ('k') | net/quic/core/congestion_control/prr_sender_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 ba93041003c8644fe71cbbc54318da3e7c82c761..5d54398cc9cf690fa9ba5b8b53b39d3dd1cd2b87 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1087,6 +1087,8 @@
'quic/core/quic_stream_sequencer_buffer_interface.h',
'quic/core/quic_sustained_bandwidth_recorder.cc',
'quic/core/quic_sustained_bandwidth_recorder.h',
+ 'quic/core/quic_tag.cc',
+ 'quic/core/quic_tag.h',
'quic/core/quic_time.cc',
'quic/core/quic_time.h',
'quic/core/quic_types.cc',
@@ -1750,6 +1752,7 @@
'quic/core/quic_spdy_stream_test.cc',
'quic/core/quic_stream_sequencer_test.cc',
'quic/core/quic_sustained_bandwidth_recorder_test.cc',
+ 'quic/core/quic_tag_test.cc',
'quic/core/quic_time_test.cc',
'quic/core/quic_unacked_packet_map_test.cc',
'quic/core/quic_utils_test.cc',
« no previous file with comments | « net/http/http_network_session.cc ('k') | net/quic/core/congestion_control/prr_sender_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698