| 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",
|
|
|