Index: ui/views/views.gyp |
diff --git a/ui/views/views.gyp b/ui/views/views.gyp |
index c9fc50100b032ec8387699dea87ab3119c4c7dab..566854b0e95f74f415901a23263390daf4b59479 100644 |
--- a/ui/views/views.gyp |
+++ b/ui/views/views.gyp |
@@ -67,6 +67,8 @@ |
'context_menu_controller.h', |
'controls/button/button.cc', |
'controls/button/button.h', |
+ 'controls/button/button_border.cc', |
+ 'controls/button/button_border.h', |
'controls/button/button_dropdown.cc', |
'controls/button/button_dropdown.h', |
'controls/button/checkbox.cc', |
@@ -75,6 +77,8 @@ |
'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/menu_button.cc', |
'controls/button/menu_button.h', |
'controls/button/menu_button_listener.h', |
@@ -564,6 +568,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', |