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

Unified Diff: components/offline_pages/core/background/BUILD.gn

Issue 2568613002: Reconcile the request queue on startup. (Closed)
Patch Set: compile fix Created 4 years 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 | « no previous file | components/offline_pages/core/background/cleanup_task.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/core/background/BUILD.gn
diff --git a/components/offline_pages/core/background/BUILD.gn b/components/offline_pages/core/background/BUILD.gn
index 0c79a3be9f12f1669c601a837557c346f22a685a..fe7256051dd2493c116219ddd9392b2e53a6e765 100644
--- a/components/offline_pages/core/background/BUILD.gn
+++ b/components/offline_pages/core/background/BUILD.gn
@@ -36,6 +36,8 @@ static_library("background_offliner") {
"offliner_policy_utils.h",
"pick_request_task.cc",
"pick_request_task.h",
+ "reconcile_task.cc",
+ "reconcile_task.h",
"remove_requests_task.cc",
"remove_requests_task.h",
"request_coordinator.cc",
@@ -101,6 +103,7 @@ source_set("unit_tests") {
"mark_attempt_completed_task_unittest.cc",
"mark_attempt_started_task_unittest.cc",
"pick_request_task_unittest.cc",
+ "reconcile_task_unittest.cc",
"remove_requests_task_unittest.cc",
"request_coordinator_event_logger_unittest.cc",
"request_coordinator_unittest.cc",
« no previous file with comments | « no previous file | components/offline_pages/core/background/cleanup_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698