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

Unified Diff: components/precache.gypi

Issue 1961153003: Add pause/resume functionality to precache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaned up PrecacheFetcher constructor Created 4 years, 7 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
Index: components/precache.gypi
diff --git a/components/precache.gypi b/components/precache.gypi
index 848ed5339ca77fd6d333c9a29757526165e48523..fd3298ba080a1c8bea74cdd20c0922f4e9757ec3 100644
--- a/components/precache.gypi
+++ b/components/precache.gypi
@@ -25,6 +25,8 @@
'precache/core/precache_fetcher.h',
'precache/core/precache_switches.cc',
'precache/core/precache_switches.h',
+ 'precache/core/precache_session_table.cc',
+ 'precache/core/precache_session_table.h',
'precache/core/precache_url_table.cc',
'precache/core/precache_url_table.h',
],
@@ -41,6 +43,7 @@
'type': 'static_library',
'sources': [
'precache/core/proto/precache.proto',
+ 'precache/core/proto/unfinished_work.proto',
],
'variables': {
'proto_in_dir': 'precache/core/proto',

Powered by Google App Engine
This is Rietveld 408576698