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

Unified Diff: net/net.gypi

Issue 2014383002: relnote: Add a new class QuicBufferedPacketStore which is not in use yet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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_buffered_packet_store.h » ('j') | net/quic/quic_buffered_packet_store.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 d80b98afa11d14e5c4e49445ddd432338f90dca7..cb1311d6d8973d82b843d9317c7cd8e48e52db49 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -914,6 +914,8 @@
'quic/quic_bandwidth.cc',
'quic/quic_bandwidth.h',
'quic/quic_blocked_writer_interface.h',
+ 'quic/quic_buffered_packet_store.cc',
+ 'quic/quic_buffered_packet_store.h',
'quic/quic_bug_tracker.h',
'quic/quic_chromium_alarm_factory.cc',
'quic/quic_chromium_alarm_factory.h',
@@ -1588,6 +1590,7 @@
'quic/quic_alarm_test.cc',
'quic/quic_arena_scoped_ptr_test.cc',
'quic/quic_bandwidth_test.cc',
+ 'quic/quic_buffered_packet_store_test.cc',
'quic/quic_chromium_alarm_factory_test.cc',
'quic/quic_chromium_client_session_test.cc',
'quic/quic_chromium_client_stream_test.cc',
« no previous file with comments | « no previous file | net/quic/quic_buffered_packet_store.h » ('j') | net/quic/quic_buffered_packet_store.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698