| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 673a49c267ceed64abdb397c03f41a4b26310f42..619f365e43cf6953c943c0f4b7a420b8b19bbf4f 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -326,6 +326,8 @@ source_set("browser") {
|
| "background_fetch/background_fetch_context.h",
|
| "background_fetch/background_fetch_data_manager.cc",
|
| "background_fetch/background_fetch_data_manager.h",
|
| + "background_fetch/background_fetch_event_dispatcher.cc",
|
| + "background_fetch/background_fetch_event_dispatcher.h",
|
| "background_fetch/background_fetch_job_controller.cc",
|
| "background_fetch/background_fetch_job_controller.h",
|
| "background_fetch/background_fetch_job_data.cc",
|
|
|