Chromium Code Reviews| Index: components/toolbar/BUILD.gn |
| diff --git a/components/toolbar/BUILD.gn b/components/toolbar/BUILD.gn |
| index 0f1cc9f0e6a8129d6490a44ccde7ad332715a1ab..d10a79f3eae9fedbb8892a9a456db1e111f2ca7c 100644 |
| --- a/components/toolbar/BUILD.gn |
| +++ b/components/toolbar/BUILD.gn |
| @@ -59,7 +59,7 @@ static_library("toolbar") { |
| "//ui/gfx", |
| ] |
| - if (!is_android && !is_ios) { |
| + if (!is_ios) { |
| deps += [ ":vector_icons" ] |
| } |
| } |