Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3890)

Unified Diff: chrome/app/vector_icons/BUILD.gn

Issue 2695493002: [Mac] Touch Bar support for default browser window state (Closed)
Patch Set: Fixes for estade, remove the google search icon Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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") {

Powered by Google App Engine
This is Rietveld 408576698