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

Unified Diff: ui/views/BUILD.gn

Issue 2744463002: Add VectorIconButton functionality to ImageButton. (Closed)
Patch Set: WIP: use observer 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 6d7003e682a10e9151a79df9278f0b4302b4a29e..08a2e2611f864c51b8d0332f9d88231822b0ca7c 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_button_observer.cc",
+ "controls/button/vector_icon_image_button_observer.h",
"controls/combobox/combobox.cc",
"controls/combobox/combobox.h",
"controls/combobox/combobox_listener.h",

Powered by Google App Engine
This is Rietveld 408576698