| Index: components/url_formatter/BUILD.gn
|
| diff --git a/components/url_formatter/BUILD.gn b/components/url_formatter/BUILD.gn
|
| index f895eb626d4bdb057dda029f8528b6aac077f588..3ed810c276ab97289619dd3131dc8771afde3b37 100644
|
| --- a/components/url_formatter/BUILD.gn
|
| +++ b/components/url_formatter/BUILD.gn
|
| @@ -28,6 +28,7 @@ static_library("url_formatter") {
|
| deps = [
|
| "//base",
|
| "//base:i18n",
|
| + "//components/url_formatter/top_domains",
|
| "//net",
|
| "//third_party/icu",
|
| "//url",
|
| @@ -51,6 +52,7 @@ source_set("unit_tests") {
|
| deps = [
|
| ":url_formatter",
|
| "//base",
|
| + "//components/url_formatter/top_domains",
|
| "//net",
|
| "//testing/gtest",
|
| "//ui/gfx",
|
|
|