| Index: components/offline_pages/background/BUILD.gn
|
| diff --git a/components/offline_pages/background/BUILD.gn b/components/offline_pages/background/BUILD.gn
|
| index 4117bc732ac79e59df4fe1bf8ef68960fd0364ee..4a9bf4e1cce3c80d4df843a8be5e933a4bf2b392 100644
|
| --- a/components/offline_pages/background/BUILD.gn
|
| +++ b/components/offline_pages/background/BUILD.gn
|
| @@ -10,6 +10,8 @@ if (is_android) {
|
| static_library("background_offliner") {
|
| sources = [
|
| "offliner.h",
|
| + "offliner_factory.h",
|
| + "offliner_policy.h",
|
| "request_coordinator.cc",
|
| "request_coordinator.h",
|
| "request_queue.cc",
|
| @@ -24,6 +26,7 @@ static_library("background_offliner") {
|
|
|
| deps = [
|
| "//base",
|
| + "//components/keyed_service/core",
|
| "//components/offline_pages:offline_pages",
|
| "//net",
|
| "//url",
|
|
|