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

Unified Diff: net/net.gypi

Issue 352693003: Implement HTTP/2 priority tree structure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use public HTTP/2 URL. Created 6 years, 6 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/spdy/spdy_priority_tree.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 feb5af361ccea6648d77140d38e4ef7ec899dd7e..e447849ce1bfa059eead0b7409d253126d4fff81 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1034,6 +1034,7 @@
'spdy/spdy_prefixed_buffer_reader.cc',
'spdy/spdy_prefixed_buffer_reader.h',
'spdy/spdy_priority_forest.h',
+ 'spdy/spdy_priority_tree.h',
'spdy/spdy_protocol.cc',
'spdy/spdy_protocol.h',
'spdy/spdy_proxy_client_socket.cc',
@@ -1587,6 +1588,7 @@
'spdy/spdy_pinnable_buffer_piece_test.cc',
'spdy/spdy_prefixed_buffer_reader_test.cc',
'spdy/spdy_priority_forest_test.cc',
+ 'spdy/spdy_priority_tree_test.cc',
'spdy/spdy_protocol_test.cc',
'spdy/spdy_proxy_client_socket_unittest.cc',
'spdy/spdy_read_queue_unittest.cc',
« no previous file with comments | « no previous file | net/spdy/spdy_priority_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698