Index: ui/views/views.gyp |
diff --git a/ui/views/views.gyp b/ui/views/views.gyp |
index 4c342b76416443dd0b7c87f1605991d7169bde37..b3d9c1ee1a4809272be79d9adb073583effafb98 100644 |
--- a/ui/views/views.gyp |
+++ b/ui/views/views.gyp |
@@ -455,10 +455,14 @@ |
'sources/': [ |
['exclude', 'corewm'], |
['exclude', 'widget/desktop_aura'], |
- ['exclude', 'widget/native_widget_aura_window_observer.cc'], |
- ['exclude', 'widget/native_widget_aura_window_observer.h'], |
- ['exclude', 'widget/widget_aura_utils.cc'], |
- ['exclude', 'widget/widget_aura_utils.h'], |
+ ], |
+ 'sources!': [ |
+ 'bubble/tray_bubble_view.cc', |
+ 'bubble/tray_bubble_view.h', |
+ 'widget/native_widget_aura_window_observer.cc', |
+ 'widget/native_widget_aura_window_observer.h', |
+ 'widget/widget_aura_utils.cc', |
+ 'widget/widget_aura_utils.h', |
], |
}], |
['chromeos==1', { |