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

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 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 2243e76d66caa14d7f5c3e6aaedf59cbf65a49c4..7801981d5b005c30d935bae936ccac3a0e80eb00 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',
@@ -1588,6 +1590,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',

Powered by Google App Engine
This is Rietveld 408576698