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

Unified Diff: ui/views/BUILD.gn

Issue 2744463002: Add VectorIconButton functionality to ImageButton. (Closed)
Patch Set: wip: address high-level comments Created 3 years, 9 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/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 4729d3607aff24bb9d901620bd5f86ec875ea996..ba0f93bcbc9018a2a8a4365c6a89074863a5bc9e 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -149,6 +149,8 @@ component("views") {
"controls/button/vector_icon_button.h",
"controls/button/vector_icon_button_delegate.cc",
"controls/button/vector_icon_button_delegate.h",
+ "controls/button/vector_icon_image_updater.cc",
+ "controls/button/vector_icon_image_updater.h",
"controls/combobox/combobox.cc",
"controls/combobox/combobox.h",
"controls/combobox/combobox_listener.h",

Powered by Google App Engine
This is Rietveld 408576698