Index: components/favicon/core/BUILD.gn |
diff --git a/components/favicon/core/BUILD.gn b/components/favicon/core/BUILD.gn |
index 4ac4750ae34e93742868d12f3b294800c937efe0..7f9b7625d9f895a94ea7a1436486d144c43bb6db 100644 |
--- a/components/favicon/core/BUILD.gn |
+++ b/components/favicon/core/BUILD.gn |
@@ -8,7 +8,10 @@ static_library("core") { |
"fallback_icon_service.cc", |
"fallback_icon_service.h", |
"favicon_client.h", |
+ "favicon_driver.cc", |
"favicon_driver.h", |
+ "favicon_driver_impl.cc", |
+ "favicon_driver_impl.h", |
"favicon_driver_observer.h", |
"favicon_handler.cc", |
"favicon_handler.h", |
@@ -19,11 +22,13 @@ static_library("core") { |
] |
deps = [ |
+ "//base", |
"//components/bookmarks/browser", |
"//components/favicon_base", |
"//components/history/core/browser", |
"//components/keyed_service/core", |
"//skia", |
+ "//ui/base", |
"//ui/gfx", |
"//url", |
] |