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

Unified Diff: net/net.gypi

Issue 1577473002: relnote: QUIC streamable frames can now use a freelist for their packet buffers, Guarded by gfe2_fe… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@19_CL_111440524
Patch Set: cast to size_t Created 4 years, 11 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_buffer_pool.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 6214b52ace8e09eb2938bf457a410cd6843234e4..c3a6f8ec10cde8c69d7df467fdbd1e82027cd459 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -329,6 +329,7 @@
'quic/quic_alarm.h',
'quic/quic_bandwidth.cc',
'quic/quic_bandwidth.h',
+ 'quic/quic_buffer_pool.h',
'quic/quic_bug_tracker.h',
'quic/quic_blocked_writer_interface.h',
'quic/quic_clock.cc',
@@ -1573,6 +1574,7 @@
'quic/quic_address_mismatch_test.cc',
'quic/quic_alarm_test.cc',
'quic/quic_bandwidth_test.cc',
+ 'quic/quic_buffer_pool_test.cc',
'quic/quic_chromium_client_session_test.cc',
'quic/quic_chromium_client_stream_test.cc',
'quic/quic_chromium_connection_helper_test.cc',
« no previous file with comments | « no previous file | net/quic/quic_buffer_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698