Chromium Code Reviews| Index: ui/views/views.gyp |
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp |
| index f0fccaf121669be5bbe2b3df30e7430bab493f62..9ff6197d119edb4a476431b56901b94963c4c68a 100644 |
| --- a/ui/views/views.gyp |
| +++ b/ui/views/views.gyp |
| @@ -464,6 +464,10 @@ |
| ['exclude', 'widget/widget_aura_utils.cc'], |
| ['exclude', 'widget/widget_aura_utils.h'], |
| ], |
| + 'sources!': [ |
| + 'bubble/tray_bubble_view.cc', |
| + 'bubble/tray_bubble_view.h', |
| + ], |
| }], |
| ['chromeos==1', { |
| 'sources/': [ |