Index: chrome/app/vector_icons/BUILD.gn |
diff --git a/chrome/app/vector_icons/BUILD.gn b/chrome/app/vector_icons/BUILD.gn |
index 12f028a2205396e3e1a6bf0f8c2a9be0b50b4fd4..a617aa7086a4e1f60573bc8ae0ff5289d0997e4e 100644 |
--- a/chrome/app/vector_icons/BUILD.gn |
+++ b/chrome/app/vector_icons/BUILD.gn |
@@ -35,6 +35,7 @@ aggregate_vector_icons("chrome_vector_icons") { |
"navigate_reload.icon", |
"navigate_stop.1x.icon", |
"navigate_stop.icon", |
+ |
Evan Stade
2017/02/17 20:52:57
nit: remove newline
spqchan
2017/02/17 21:18:35
Done.
|
"overflow_chevron.1x.icon", |
"overflow_chevron.icon", |
"smartphone.icon", |
@@ -57,6 +58,10 @@ aggregate_vector_icons("chrome_vector_icons") { |
"zoom_minus.icon", |
"zoom_plus.icon", |
] |
+ |
+ if (is_mac) { |
+ icons += [ "new_tab_mac_touchbar.icon" ] |
+ } |
} |
source_set("vector_icons") { |