| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 7c3fb5b109edcd61e4a7dde01848105327c65547..3d68f71d9943bd501e603168cbf520cd98c7f796 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -369,6 +369,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/session/logout_button_observer.h',
|
| 'system/session/logout_button_tray.cc',
|
| 'system/session/logout_button_tray.h',
|
| @@ -925,6 +927,7 @@
|
| 'system/chromeos/tray_display_unittest.cc',
|
| 'system/date/date_view_unittest.cc',
|
| 'system/session/logout_confirmation_controller_unittest.cc',
|
| + 'system/overview/overview_button_tray_unittest.cc',
|
| 'system/session/tray_session_length_limit_unittest.cc',
|
| 'system/tray/system_tray_unittest.cc',
|
| 'system/tray/tray_details_view_unittest.cc',
|
|
|