Index: components/offline_pages/downloads/BUILD.gn |
diff --git a/components/offline_pages/downloads/BUILD.gn b/components/offline_pages/downloads/BUILD.gn |
index 55fd463fdec0f4eaa9c339c143b7d0881f5f01b6..90821a2eb2e8454fab9655bf3de9e6333aacd7a4 100644 |
--- a/components/offline_pages/downloads/BUILD.gn |
+++ b/components/offline_pages/downloads/BUILD.gn |
@@ -9,6 +9,8 @@ if (is_android) { |
# GYP: //components/offline_pages.gypi:offline_pages_ui_adapter |
static_library("offline_pages_ui_adapter") { |
sources = [ |
+ "download_notifying_observer.cc", |
+ "download_notifying_observer.h", |
"download_ui_adapter.cc", |
"download_ui_adapter.h", |
"download_ui_item.cc", |
@@ -19,6 +21,7 @@ static_library("offline_pages_ui_adapter") { |
deps = [ |
"//base", |
"//components/offline_pages:offline_pages", |
+ "//components/offline_pages/background:background_offliner", |
"//url", |
] |
} |
@@ -26,6 +29,7 @@ static_library("offline_pages_ui_adapter") { |
source_set("unit_tests") { |
testonly = true |
sources = [ |
+ "download_notifying_observer_unittest.cc", |
"download_ui_adapter_unittest.cc", |
] |