| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index c9fd3fcdf29990e1f53b24e7ccb0b53e6d6c073e..8fe4bacdd36a907050a94e83dcb845651ad891dc 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -91,6 +91,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',
|
| @@ -258,6 +260,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',
|
|
|