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

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

Issue 2695493002: [Mac] Touch Bar support for default browser window state (Closed)
Patch Set: Fix for estade 2 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..be30fe3a0d2f2ce874a1a5c29b3ef6053e7f2409 100644
--- a/chrome/app/vector_icons/BUILD.gn
+++ b/chrome/app/vector_icons/BUILD.gn
@@ -57,6 +57,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