| Index: components/favicon/core/BUILD.gn
|
| diff --git a/components/favicon/core/BUILD.gn b/components/favicon/core/BUILD.gn
|
| index b4d4a79ec5f4232989c3c56b8ac9ddf60ad2302d..ecccff0c637834cae56e1239f95cee26d36cf228 100644
|
| --- a/components/favicon/core/BUILD.gn
|
| +++ b/components/favicon/core/BUILD.gn
|
| @@ -43,14 +43,6 @@ static_library("core") {
|
| "//ui/gfx",
|
| "//url",
|
| ]
|
| - if (!is_ios) {
|
| - deps += [ "//cc/paint" ]
|
| - sources += [
|
| - "fallback_icon_client.h",
|
| - "fallback_icon_service.cc",
|
| - "fallback_icon_service.h",
|
| - ]
|
| - }
|
| }
|
|
|
| source_set("unit_tests") {
|
|
|