| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index 3498bb3e6e36641375da90705c8cdeaf1fdb9893..de0cf51ab5be7a00b3d0d051514b70d26920f037 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -83,6 +83,8 @@
|
| 'controls/button/radio_button.h',
|
| 'controls/button/text_button.cc',
|
| 'controls/button/text_button.h',
|
| + 'controls/button/chrome_style.cc',
|
| + 'controls/button/chrome_style.h',
|
| 'controls/combobox/combobox.cc',
|
| 'controls/combobox/combobox.h',
|
| 'controls/combobox/combobox_listener.h',
|
| @@ -250,6 +252,8 @@
|
| 'focus/view_storage.h',
|
| 'focus/widget_focus_manager.cc',
|
| 'focus/widget_focus_manager.h',
|
| + 'focus_border.cc',
|
| + 'focus_border.h',
|
| 'ime/input_method_base.cc',
|
| 'ime/input_method_base.h',
|
| 'ime/input_method_bridge.cc',
|
|
|