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

Unified Diff: net/net.gypi

Issue 1779733003: Fix bug in net::RequestPriority -> HTTP/2 dependency conversion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make bi-directional stream unittests enable priority->dependency setting. Created 4 years, 9 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 | « net/http/http_proxy_client_socket_pool_unittest.cc ('k') | net/spdy/http2_priority_dependencies.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 b80e2bba6be5df01f2b58c723baaa502e392e5b6..80e59a6c37649723bdc89d99aaa5c4bfdb294f61 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1138,6 +1138,8 @@
'spdy/hpack/hpack_static_table.cc',
'spdy/hpack/hpack_static_table.h',
'spdy/http2_write_scheduler.h',
+ 'spdy/http2_priority_dependencies.h',
+ 'spdy/http2_priority_dependencies.cc',
'spdy/priority_write_scheduler.h',
'spdy/spdy_alt_svc_wire_format.cc',
'spdy/spdy_alt_svc_wire_format.h',
@@ -1754,6 +1756,7 @@
'spdy/hpack/hpack_round_trip_test.cc',
'spdy/hpack/hpack_static_table_test.cc',
'spdy/http2_write_scheduler_test.cc',
+ 'spdy/http2_priority_dependencies_unittest.cc',
'spdy/mock_spdy_framer_visitor.cc',
'spdy/mock_spdy_framer_visitor.h',
'spdy/priority_write_scheduler_test.cc',
« no previous file with comments | « net/http/http_proxy_client_socket_pool_unittest.cc ('k') | net/spdy/http2_priority_dependencies.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698