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