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

Unified Diff: ui/gfx/BUILD.gn

Issue 1904753002: MenuButton: support Mac look & feel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add basic tests Created 4 years, 7 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/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 026ed2a8c361a042f0b13f4342dae0c475ff0485..42263422a3e376e5ade4fbf978288a1620bd24fe 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -162,6 +162,7 @@ component("gfx") {
"range/range_f.h",
"range/range_mac.mm",
"range/range_win.cc",
+ "scoped_canvas.cc",
"scoped_canvas.h",
"scoped_cg_context_save_gstate_mac.h",
"scoped_ns_graphics_context_save_gstate_mac.h",
@@ -578,7 +579,10 @@ action("aggregate_vector_icons") {
]
if (is_mac) {
- sources += [ "vector_icons/combobox_arrow_mac.icon" ]
+ sources += [
+ "vector_icons/combobox_arrow_mac.icon",
+ "vector_icons/menu_button_arrow_mac.icon",
+ ]
}
}

Powered by Google App Engine
This is Rietveld 408576698