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

Unified Diff: net/net.gypi

Issue 1414573004: Introduces QuicStreamSequencerBufferInterface with one implementation. Refactor, no behavior change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing the build file (previously missing a comma) Created 5 years, 2 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_frame_list.h » ('j') | net/quic/quic_stream_sequencer.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 3aea59126edb0018186bed2796d505576f2e2067..511bcabcc935a753ffdeea4f471e885987e793f2 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -362,6 +362,7 @@
'quic/quic_socket_address_coder.h',
'quic/quic_stream_sequencer.cc',
'quic/quic_stream_sequencer.h',
+ 'quic/quic_stream_sequencer_buffer_interface.h',
'quic/quic_sustained_bandwidth_recorder.cc',
'quic/quic_sustained_bandwidth_recorder.h',
'quic/quic_time.cc',
« no previous file with comments | « no previous file | net/quic/quic_frame_list.h » ('j') | net/quic/quic_stream_sequencer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698