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

Unified Diff: net/net.gypi

Issue 2503473004: Server push cancellation: add a new class HttpCacheLookupManager which implements ServerPushDelegate (Closed)
Patch Set: address rch's comments 1 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
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 034954dbe7637f26c394ec1fd735e35d3d12f058..f8bb8a65addbb3091cf4aaf38df66289b713436e 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -712,6 +712,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',
@@ -1578,6 +1580,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',
« net/http/http_cache_lookup_manager.cc ('K') | « 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