| Index: components/favicon/core/BUILD.gn
|
| diff --git a/components/favicon/core/BUILD.gn b/components/favicon/core/BUILD.gn
|
| index 3715f718dd9dcdf30772696cc09c22b00ae27d70..b1b30b2e069e16c14a2aaba67bc8552c7fbac48d 100644
|
| --- a/components/favicon/core/BUILD.gn
|
| +++ b/components/favicon/core/BUILD.gn
|
| @@ -14,6 +14,8 @@ static_library("core") {
|
| "favicon_driver_observer.h",
|
| "favicon_handler.cc",
|
| "favicon_handler.h",
|
| + "favicon_selector.cc",
|
| + "favicon_selector.h",
|
| "favicon_service.cc",
|
| "favicon_service.h",
|
| "favicon_service_impl.cc",
|
| @@ -53,6 +55,7 @@ source_set("unit_tests") {
|
| sources = [
|
| "fallback_url_util_unittest.cc",
|
| "favicon_handler_unittest.cc",
|
| + "favicon_selector_unittest.cc",
|
| "favicon_service_impl_unittest.cc",
|
| "large_icon_service_unittest.cc",
|
| ]
|
|
|