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

Unified Diff: ui/views/views.gyp

Issue 11068012: Add new views::LabelButton and LabelButtonBorder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove stray semicolon. Created 8 years, 2 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 | « ui/views/examples/button_example.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 9e4959f21a0d3ffc0ee4fc406c74982cc67145e8..13675ddf62079a78c4a154e340cc1dfb91b66f40 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -75,6 +75,10 @@
'controls/button/custom_button.h',
'controls/button/image_button.cc',
'controls/button/image_button.h',
+ 'controls/button/label_button.cc',
+ 'controls/button/label_button.h',
+ 'controls/button/label_button_border.cc',
+ 'controls/button/label_button_border.h',
'controls/button/menu_button.cc',
'controls/button/menu_button.h',
'controls/button/menu_button_listener.h',
@@ -582,6 +586,7 @@
'bubble/bubble_delegate_unittest.cc',
'bubble/bubble_frame_view_unittest.cc',
'controls/button/image_button_unittest.cc',
+ 'controls/button/label_button_unittest.cc',
'controls/combobox/native_combobox_views_unittest.cc',
'controls/label_unittest.cc',
'controls/menu/menu_model_adapter_unittest.cc',
« no previous file with comments | « ui/views/examples/button_example.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698