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

Unified Diff: net/net.gyp

Issue 137893008: WriteBlockedList for QUIC that prioritizes Crypto and Headers streams (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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_data_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index a6f5aa9a9f18ecc744ab3128e66e6aef3002ae50..4148d7c06f1e5772947b34c1a56abb540c957a4f 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -913,6 +913,8 @@
'quic/quic_time.h',
'quic/quic_utils.cc',
'quic/quic_utils.h',
+ 'quic/quic_write_blocked_list.cc',
+ 'quic/quic_write_blocked_list.h',
'quic/reliable_quic_stream.cc',
'quic/reliable_quic_stream.h',
'quic/spdy_utils.cc',
@@ -1892,6 +1894,7 @@
'quic/quic_stream_sequencer_test.cc',
'quic/quic_time_test.cc',
'quic/quic_utils_test.cc',
+ 'quic/quic_write_blocked_list_test.cc',
'quic/reliable_quic_stream_test.cc',
'server/http_server_response_info_unittest.cc',
'server/http_server_unittest.cc',
« no previous file with comments | « no previous file | net/quic/quic_data_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698