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

Unified Diff: net/net.gypi

Issue 1668773003: Rename spdy_priority_tree* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Oops. Created 4 years, 10 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/http2_write_scheduler.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 87eeb0b9836e9f99196b292737fe3af699fdd30a..e3485397e9c46d414dac55888fa194bb6621e94f 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1116,6 +1116,7 @@
'spdy/hpack/hpack_output_stream.h',
'spdy/hpack/hpack_static_table.cc',
'spdy/hpack/hpack_static_table.h',
+ 'spdy/http2_write_scheduler.h',
'spdy/priority_write_scheduler.h',
'spdy/spdy_alt_svc_wire_format.cc',
'spdy/spdy_alt_svc_wire_format.h',
@@ -1143,7 +1144,6 @@
'spdy/spdy_pinnable_buffer_piece.h',
'spdy/spdy_prefixed_buffer_reader.cc',
'spdy/spdy_prefixed_buffer_reader.h',
- 'spdy/spdy_priority_tree.h',
'spdy/spdy_protocol.cc',
'spdy/spdy_protocol.h',
'spdy/spdy_proxy_client_socket.cc',
@@ -1713,6 +1713,7 @@
'spdy/hpack/hpack_output_stream_test.cc',
'spdy/hpack/hpack_round_trip_test.cc',
'spdy/hpack/hpack_static_table_test.cc',
+ 'spdy/http2_write_scheduler_test.cc',
'spdy/mock_spdy_framer_visitor.cc',
'spdy/mock_spdy_framer_visitor.h',
'spdy/priority_write_scheduler_test.cc',
@@ -1728,7 +1729,6 @@
'spdy/spdy_network_transaction_unittest.cc',
'spdy/spdy_pinnable_buffer_piece_test.cc',
'spdy/spdy_prefixed_buffer_reader_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/http2_write_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698