| Index: components/favicon/core/BUILD.gn
|
| diff --git a/components/favicon/core/BUILD.gn b/components/favicon/core/BUILD.gn
|
| index 3715f718dd9dcdf30772696cc09c22b00ae27d70..c08d44d1e7bcfe520ea584a606da0b239d7ba815 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",
|
| "//components/keyed_service/core",
|
| "//net:net",
|
| "//skia",
|
| @@ -65,6 +67,7 @@ source_set("unit_tests") {
|
| "//components/favicon_base",
|
| "//components/history/core/browser:browser",
|
| "//components/history/core/test:test",
|
| + "//components/image_fetcher",
|
| "//skia",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
|
|