| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index a12b81d15f7cdef658291ee51561c4d1254d6d01..583e691987b70e9ba579f8254ca372dd30847499 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -324,6 +324,8 @@
|
| 'repeat_controller.h',
|
| 'round_rect_painter.cc',
|
| 'round_rect_painter.h',
|
| + 'shadow_border.cc',
|
| + 'shadow_border.h',
|
| 'touchui/touch_editing_menu.cc',
|
| 'touchui/touch_editing_menu.h',
|
| 'touchui/touch_selection_controller_impl.cc',
|
| @@ -518,6 +520,12 @@
|
| ['exclude', 'widget/desktop_aura'],
|
| ],
|
| }],
|
| + ['use_ash==0', {
|
| + 'sources!': [
|
| + 'bubble/tray_bubble_view.cc',
|
| + 'bubble/tray_bubble_view.h',
|
| + ],
|
| + }],
|
| ['use_aura==0 and OS=="win"', {
|
| 'sources!': [
|
| 'controls/menu/menu_config_views.cc',
|
|
|