| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index dbfbe2a2fc9be09569591c2bd0f47bca2c1384df..0d70c38996a657eccb8d76dd0ba54b7f9315a0ed 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -156,6 +156,8 @@
|
| 'system/tray/system_tray.h',
|
| 'system/tray/system_tray_bubble.cc',
|
| 'system/tray/system_tray_bubble.h',
|
| + 'system/tray/system_tray_bubble_view.cc',
|
| + 'system/tray/system_tray_bubble_view.h',
|
| 'system/tray/system_tray_delegate.cc',
|
| 'system/tray/system_tray_delegate.h',
|
| 'system/tray/system_tray_item.cc',
|
| @@ -187,6 +189,8 @@
|
| 'system/user/tray_user.h',
|
| 'system/user/update_observer.h',
|
| 'system/user/user_observer.h',
|
| + 'system/web_notification/web_notification_tray.cc',
|
| + 'system/web_notification/web_notification_tray.h',
|
| 'tooltips/tooltip_controller.cc',
|
| 'tooltips/tooltip_controller.h',
|
| 'touch/touch_observer_hud.cc',
|
| @@ -371,6 +375,7 @@
|
| 'screensaver/screensaver_view_unittest.cc',
|
| 'shell_unittest.cc',
|
| 'system/tray/system_tray_unittest.cc',
|
| + 'system/web_notification/web_notification_tray_unittest.cc',
|
| 'test/ash_test_base.cc',
|
| 'test/ash_test_base.h',
|
| 'test/ash_unittests.cc',
|
|
|