| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 3bb2b5ebbdba02042a14ffe767159b8607e4b33f..26e24bd064da47f0d300f288ed7aef576a984cb9 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -379,6 +379,8 @@
|
| 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
|
| 'system/locale/locale_notification_controller.cc',
|
| 'system/locale/locale_notification_controller.h',
|
| + 'system/overview/overview_button_tray.h',
|
| + 'system/overview/overview_button_tray.cc',
|
| 'system/status_area_widget.cc',
|
| 'system/status_area_widget.h',
|
| 'system/status_area_widget_delegate.cc',
|
| @@ -926,6 +928,7 @@
|
| 'system/chromeos/session/tray_session_length_limit_unittest.cc',
|
| 'system/chromeos/tray_display_unittest.cc',
|
| 'system/date/date_view_unittest.cc',
|
| + 'system/overview/overview_button_tray_unittest.cc',
|
| 'system/tray/system_tray_unittest.cc',
|
| 'system/tray/tray_details_view_unittest.cc',
|
| 'system/user/tray_user_unittest.cc',
|
|
|