| Index: components/favicon/core/BUILD.gn
|
| diff --git a/components/favicon/core/BUILD.gn b/components/favicon/core/BUILD.gn
|
| index 4ac4750ae34e93742868d12f3b294800c937efe0..95e15b4da1513cf5cd7b2e6883e0ec32a214978a 100644
|
| --- a/components/favicon/core/BUILD.gn
|
| +++ b/components/favicon/core/BUILD.gn
|
| @@ -9,6 +9,8 @@ static_library("core") {
|
| "fallback_icon_service.h",
|
| "favicon_client.h",
|
| "favicon_driver.h",
|
| + "favicon_driver_impl.cc",
|
| + "favicon_driver_impl.h",
|
| "favicon_driver_observer.h",
|
| "favicon_handler.cc",
|
| "favicon_handler.h",
|
| @@ -24,6 +26,7 @@ static_library("core") {
|
| "//components/history/core/browser",
|
| "//components/keyed_service/core",
|
| "//skia",
|
| + "//ui/base",
|
| "//ui/gfx",
|
| "//url",
|
| ]
|
|
|