| Index: components/url_formatter/BUILD.gn
|
| diff --git a/components/url_formatter/BUILD.gn b/components/url_formatter/BUILD.gn
|
| index b391e73962ed764ed822c90975f06e47fe39497b..f3233835ca280c63c31a1a6013583e02b50addcf 100644
|
| --- a/components/url_formatter/BUILD.gn
|
| +++ b/components/url_formatter/BUILD.gn
|
| @@ -26,6 +26,7 @@ static_library("url_formatter") {
|
| deps = [
|
| "//base",
|
| "//base:i18n",
|
| + "//components/url_formatter/top_domains",
|
| "//net",
|
| "//third_party/icu",
|
| "//url",
|
| @@ -49,6 +50,7 @@ source_set("unit_tests") {
|
| deps = [
|
| ":url_formatter",
|
| "//base",
|
| + "//components/url_formatter/top_domains",
|
| "//net",
|
| "//testing/gtest",
|
| "//ui/gfx",
|
|
|