Chromium Code Reviews| Index: ui/vector_icons/BUILD.gn | 
| diff --git a/ui/vector_icons/BUILD.gn b/ui/vector_icons/BUILD.gn | 
| index c299793bdac314f5bbd52448ed92f067a10106c9..03babe01b4cfcd3fc30cf1bf270656d42bac78a1 100644 | 
| --- a/ui/vector_icons/BUILD.gn | 
| +++ b/ui/vector_icons/BUILD.gn | 
| @@ -10,6 +10,10 @@ aggregate_vector_icons("ui_vector_icons") { | 
| icons = [ | 
| "close.1x.icon", | 
| "close.icon", | 
| + "back_arrow.1x.icon", | 
| 
 
Evan Stade
2017/02/08 16:08:10
nit: alphabetize
 
mohsen
2017/02/08 20:52:03
Oops! Done.
 
 | 
| + "back_arrow.icon", | 
| + "forward_arrow.1x.icon", | 
| + "forward_arrow.icon", | 
| ] | 
| } |