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

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

Issue 2438503003: [Offline pages] Add MarkAttemptAbortedTask to Request Queue (Closed)
Patch Set: Addressing feedback -- adding comments and documentation Created 4 years, 2 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 | « no previous file | components/offline_pages/background/mark_attempt_aborted_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 6084ba3a3ec5df83f1c53a27053e985e9fca2373..2b6c932205a3479f078d4b935a69e402dc266cc9 100644
--- a/components/offline_pages/background/BUILD.gn
+++ b/components/offline_pages/background/BUILD.gn
@@ -11,6 +11,8 @@ static_library("background_offliner") {
"change_requests_state_task.cc",
"change_requests_state_task.h",
"device_conditions.h",
+ "mark_attempt_aborted_task.cc",
+ "mark_attempt_aborted_task.h",
"mark_attempt_started_task.cc",
"mark_attempt_started_task.h",
"offliner.h",
@@ -35,6 +37,8 @@ static_library("background_offliner") {
"save_page_request.cc",
"save_page_request.h",
"scheduler.h",
+ "update_request_task.cc",
+ "update_request_task.h",
]
deps = [
@@ -52,6 +56,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"change_requests_state_task_unittest.cc",
+ "mark_attempt_aborted_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_aborted_task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698