Chromium Code Reviews| Index: ui/vector_icons/BUILD.gn |
| diff --git a/ui/vector_icons/BUILD.gn b/ui/vector_icons/BUILD.gn |
| index 063441521ab2e4904f2ac0d64da226dc90c68c99..9d412e959201f75340e2e6865d9d58bd14244681 100644 |
| --- a/ui/vector_icons/BUILD.gn |
| +++ b/ui/vector_icons/BUILD.gn |
| @@ -8,11 +8,14 @@ import("//ui/vector_icons/vector_icons.gni") |
| aggregate_vector_icons("ui_vector_icons") { |
| icon_directory = "." |
| - icons = [ "info_outline.icon" ] |
| + icons = [ |
|
cjgrant
2017/05/05 16:32:22
I may split this out, as we need the lock, it come
mthiesse
2017/05/05 18:45:51
It doesn't if you rebase. I reverted my change.
cjgrant
2017/05/08 15:10:24
Done
|
| + "info_outline.icon", |
| + "back_arrow.1x.icon", |
| + "back_arrow.icon", |
| + "warning.icon", |
| + ] |
| if (!is_android) { |
| icons += [ |
| - "back_arrow.1x.icon", |
| - "back_arrow.icon", |
| "business.icon", |
| "check_circle.icon", |
| "close.1x.icon", |