Chromium Code Reviews| Index: ui/views/views.gyp |
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp |
| index 995ab16a16c51914beeea800db5224cdbe1dca28..1c5ce629d14bb6552b16521c8eaeb6223728f0bb 100644 |
| --- a/ui/views/views.gyp |
| +++ b/ui/views/views.gyp |
| @@ -520,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', |