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

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

Issue 2416083002: [Offline pages] Introduction of MarkAttemptStartedTask with tests (Closed)
Patch Set: 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
Index: components/offline_pages/background/BUILD.gn
diff --git a/components/offline_pages/background/BUILD.gn b/components/offline_pages/background/BUILD.gn
index 4e41c857340025c8f4da7728f7318e00458da40c..eb2d4c1f6a8fd10719cf309be635d12da907391d 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_started_task.cc",
+ "mark_attempt_started_task.h",
"offliner.h",
"offliner_factory.h",
"offliner_policy.h",
@@ -49,6 +51,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"change_requests_state_task_unittest.cc",
+ "mark_attempt_started_task_unittest.cc",
"remove_requests_task_unittest.cc",
"request_coordinator_event_logger_unittest.cc",
"request_coordinator_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698