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

Unified Diff: net/net.gypi

Issue 2458793002: Server push cancellation: add PushPromiseHelper which reflects information on the push promise. (Closed)
Patch Set: sync and fix tests Created 4 years, 1 month 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/chromium/quic_chromium_client_session.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 e28a749564d5e4929726e4753053e7b4d67828e9..034954dbe7637f26c394ec1fd735e35d3d12f058 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1198,6 +1198,7 @@
'spdy/http2_priority_dependencies.h',
'spdy/http2_priority_dependencies.cc',
'spdy/priority_write_scheduler.h',
+ 'spdy/server_push_delegate.h',
'spdy/spdy_alt_svc_wire_format.cc',
'spdy/spdy_alt_svc_wire_format.h',
'spdy/spdy_bitmasks.h',
@@ -1952,6 +1953,8 @@
'tools/quic/quic_simple_client_test.cc',
'tools/quic/test_tools/mock_quic_server_session_visitor.cc',
'tools/quic/test_tools/mock_quic_server_session_visitor.h',
+ 'tools/quic/test_tools/push_promise_delegate.cc',
+ 'tools/quic/test_tools/push_promise_delegate.h',
'tools/quic/test_tools/quic_in_memory_cache_peer.cc',
'tools/quic/test_tools/quic_in_memory_cache_peer.h',
'tools/tld_cleanup/tld_cleanup_util_unittest.cc',
« no previous file with comments | « no previous file | net/quic/chromium/quic_chromium_client_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698