| Index: components/favicon/core/BUILD.gn
|
| diff --git a/components/favicon/core/BUILD.gn b/components/favicon/core/BUILD.gn
|
| index 0d4c7b0c142071ccd2e56982d724858822b94a19..78972e36da1e8db9d852675a95dd9c6e5a757f08 100644
|
| --- a/components/favicon/core/BUILD.gn
|
| +++ b/components/favicon/core/BUILD.gn
|
| @@ -41,14 +41,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") {
|
|
|