| Index: components/favicon/core/BUILD.gn
|
| diff --git a/components/favicon/core/BUILD.gn b/components/favicon/core/BUILD.gn
|
| index c086a6c910dd17bcd5ecef96aaf3f3fb334594b9..09b113a7f80c45d4306260405751adbb0799ba88 100644
|
| --- a/components/favicon/core/BUILD.gn
|
| +++ b/components/favicon/core/BUILD.gn
|
| @@ -30,8 +30,10 @@ static_library("core") {
|
| "//base",
|
| "//base:i18n",
|
| "//components/bookmarks/browser",
|
| + "//components/data_use_measurement/core",
|
| "//components/favicon_base",
|
| "//components/history/core/browser",
|
| + "//components/image_fetcher/core",
|
| "//components/keyed_service/core",
|
| "//net:net",
|
| "//skia",
|
| @@ -66,6 +68,7 @@ source_set("unit_tests") {
|
| "//components/favicon_base",
|
| "//components/history/core/browser:browser",
|
| "//components/history/core/test:test",
|
| + "//components/image_fetcher/core",
|
| "//skia",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
|
|