Chromium Code Reviews| Index: ui/views/views.gyp |
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp |
| index 16c9f6d9543f3196fe00699e7b9c33ec75dbd424..c8742198ad1f74b051c1e614514776b63261e94e 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', |