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

Unified Diff: net/net.gypi

Issue 2509033004: Move QuicBufferAllocator into its own .cc/.h. 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 | « no previous file | net/quic/core/quic_buffer_allocator.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 f1db836c30c1a7570652419b6f897c0d544ebcbc..c6a66224397e9892528428e97c7c1416401d754d 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -998,6 +998,8 @@
'quic/core/quic_bandwidth.cc',
'quic/core/quic_bandwidth.h',
'quic/core/quic_blocked_writer_interface.h',
+ 'quic/core/quic_buffer_allocator.cc',
+ 'quic/core/quic_buffer_allocator.h',
'quic/core/quic_buffered_packet_store.cc',
'quic/core/quic_buffered_packet_store.h',
'quic/core/quic_bug_tracker.h',
« no previous file with comments | « no previous file | net/quic/core/quic_buffer_allocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698