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

Unified Diff: net/net.gypi

Issue 2503473004: Server push cancellation: add a new class HttpCacheLookupManager which implements ServerPushDelegate (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into SPC_CacheLookupDelegate 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 | « net/http/http_cache_lookup_manager_unittest.cc ('k') | no next file » | 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 cf5d7c34f784311c37791c35bf633ccb61a396fd..8daf4a5cd52c459f6951b3ba3609236abdb18420 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -717,6 +717,8 @@
'http/http_basic_stream.h',
'http/http_cache.cc',
'http/http_cache.h',
+ 'http/http_cache_lookup_manager.cc',
+ 'http/http_cache_lookup_manager.h',
'http/http_cache_transaction.cc',
'http/http_cache_transaction.h',
'http/http_chunked_decoder.cc',
@@ -1608,6 +1610,7 @@
'http/http_auth_unittest.cc',
'http/http_basic_state_unittest.cc',
'http/http_byte_range_unittest.cc',
+ 'http/http_cache_lookup_manager_unittest.cc',
'http/http_cache_unittest.cc',
'http/http_chunked_decoder_unittest.cc',
'http/http_content_disposition_unittest.cc',
« no previous file with comments | « net/http/http_cache_lookup_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698