| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 673a49c267ceed64abdb397c03f41a4b26310f42..7fe0901ae3188d3d249fdc913b129529234b6f88 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -334,6 +334,8 @@ source_set("browser") {
|
| "background_fetch/background_fetch_job_info.h",
|
| "background_fetch/background_fetch_request_info.cc",
|
| "background_fetch/background_fetch_request_info.h",
|
| + "background_fetch/background_fetch_service_impl.cc",
|
| + "background_fetch/background_fetch_service_impl.h",
|
| "background_sync/background_sync_context.cc",
|
| "background_sync/background_sync_context.h",
|
| "background_sync/background_sync_manager.cc",
|
|
|