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

Unified Diff: components/precache/core/BUILD.gn

Issue 1961153003: Add pause/resume functionality to precache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fix 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
« no previous file with comments | « components/precache/content/precache_manager_unittest.cc ('k') | components/precache/core/fetcher_pool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/precache/core/BUILD.gn
diff --git a/components/precache/core/BUILD.gn b/components/precache/core/BUILD.gn
index 5aa770878762536b190108dc19512360b4fa7e9e..bc0fbdcbb865eed3ab6ae725a11cc1b6a97ec9b6 100644
--- a/components/precache/core/BUILD.gn
+++ b/components/precache/core/BUILD.gn
@@ -25,6 +25,8 @@ source_set("core") {
"precache_database.h",
"precache_fetcher.cc",
"precache_fetcher.h",
+ "precache_session_table.cc",
+ "precache_session_table.h",
"precache_switches.cc",
"precache_switches.h",
"precache_url_table.cc",
@@ -50,6 +52,7 @@ source_set("core") {
proto_library("proto") {
sources = [
"proto/precache.proto",
+ "proto/unfinished_work.proto",
]
}
@@ -59,6 +62,7 @@ source_set("unit_tests") {
"fetcher_pool_unittest.cc",
"precache_database_unittest.cc",
"precache_fetcher_unittest.cc",
+ "precache_session_table_unittest.cc",
"precache_url_table_unittest.cc",
]
« no previous file with comments | « components/precache/content/precache_manager_unittest.cc ('k') | components/precache/core/fetcher_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698