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

Unified Diff: ui/gfx/BUILD.gn

Issue 1817613002: MacViews: draw Mac combobox arrows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove noop image_bounds Created 4 years, 8 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 | « no previous file | ui/gfx/vector_icons/combobox_arrow_mac.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index b1304fac555bf4ff6ad2524ef4deeb55479e650f..5a5b728a556f7dc0512f744ae01739708fe5e903 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -576,6 +576,10 @@ action("aggregate_vector_icons") {
"--output_cc=" + rebase_path(vector_icons_cc_file, root_build_dir),
"--output_h=" + rebase_path(vector_icons_h_file, root_build_dir),
]
+
+ if (is_mac) {
+ sources += [ "vector_icons/combobox_arrow_mac.icon" ]
+ }
}
# Looking for gfx_geometry? It's //ui/gfx/geometry:geometry
« no previous file with comments | « no previous file | ui/gfx/vector_icons/combobox_arrow_mac.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698