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

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

Issue 2695493002: [Mac] Touch Bar support for default browser window state (Closed)
Patch Set: Rebased 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/app/vector_icons/new_tab_mac_touchbar.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/vector_icons/BUILD.gn
diff --git a/chrome/app/vector_icons/BUILD.gn b/chrome/app/vector_icons/BUILD.gn
index 5c70490eaab1eb1895d0981521c260748129cd9e..131143666272bfc34d9cf0b5efe22d052fc7cf87 100644
--- a/chrome/app/vector_icons/BUILD.gn
+++ b/chrome/app/vector_icons/BUILD.gn
@@ -63,6 +63,10 @@ aggregate_vector_icons("chrome_vector_icons") {
"zoom_plus.icon",
"${branding_path_component}/product.icon",
]
+
+ if (is_mac) {
+ icons += [ "new_tab_mac_touchbar.icon" ]
+ }
}
source_set("vector_icons") {
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/app/vector_icons/new_tab_mac_touchbar.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698