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

Unified Diff: ui/gfx/vector_icons/BUILD.gn

Issue 2711443003: [Mac] Adjustments to the Default State Touch Bar (Closed)
Patch Set: Fix for rsesek and estade 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: ui/gfx/vector_icons/BUILD.gn
diff --git a/ui/gfx/vector_icons/BUILD.gn b/ui/gfx/vector_icons/BUILD.gn
index 1bd790f19c190a480ec95ddc1486270fe4c223c5..25edc972a563b76212561400fa5fd4b5a3616249 100644
--- a/ui/gfx/vector_icons/BUILD.gn
+++ b/ui/gfx/vector_icons/BUILD.gn
@@ -64,6 +64,10 @@ action("aggregate_vector_icons") {
"${branding_path_component}/product.icon",
]
+ if (is_mac) {
+ icons += [ "google_search_mac_touchbar.icon" ]
+ }
+
output_cc = "$target_gen_dir/vector_icons.cc"
output_h = "$target_gen_dir/vector_icons.h"
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_touch_bar.mm ('k') | ui/gfx/vector_icons/google_search_mac_touchbar.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698