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

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

Issue 2463713003: [Offline Pages] Converts MarkAttemptCompleted to use TaskQueue (Closed)
Patch Set: Ternary nit and format fix 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
« no previous file with comments | « no previous file | components/offline_pages/background/mark_attempt_completed_task.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/background/BUILD.gn
diff --git a/components/offline_pages/background/BUILD.gn b/components/offline_pages/background/BUILD.gn
index 2b6c932205a3479f078d4b935a69e402dc266cc9..400505e2c9c8569d2281345390878ced2b90e2b7 100644
--- a/components/offline_pages/background/BUILD.gn
+++ b/components/offline_pages/background/BUILD.gn
@@ -13,6 +13,8 @@ static_library("background_offliner") {
"device_conditions.h",
"mark_attempt_aborted_task.cc",
"mark_attempt_aborted_task.h",
+ "mark_attempt_completed_task.cc",
+ "mark_attempt_completed_task.h",
"mark_attempt_started_task.cc",
"mark_attempt_started_task.h",
"offliner.h",
@@ -57,6 +59,7 @@ source_set("unit_tests") {
sources = [
"change_requests_state_task_unittest.cc",
"mark_attempt_aborted_task_unittest.cc",
+ "mark_attempt_completed_task_unittest.cc",
"mark_attempt_started_task_unittest.cc",
"remove_requests_task_unittest.cc",
"request_coordinator_event_logger_unittest.cc",
« no previous file with comments | « no previous file | components/offline_pages/background/mark_attempt_completed_task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698