| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index f50ccbd1753434d6c06988b0fdb887b8c97c2698..5ba0de93a232309e1616e9bff3a1dace68a05430 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -322,6 +322,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",
|
|
|