| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 9da87bb3fa9ac46b144d005efd381460364e4d65..1c2da76266b4d980b7ac0f2dded561d34c205f93 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -368,14 +368,16 @@
|
| 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
|
| 'system/locale/locale_notification_controller.cc',
|
| 'system/locale/locale_notification_controller.h',
|
| - 'system/logout_button/logout_button_observer.h',
|
| - 'system/logout_button/logout_button_tray.cc',
|
| - 'system/logout_button/logout_button_tray.h',
|
| - 'system/logout_button/logout_confirmation_dialog_view.cc',
|
| - 'system/logout_button/logout_confirmation_dialog_view.h',
|
| - 'system/session_length_limit/session_length_limit_observer.h',
|
| - 'system/session_length_limit/tray_session_length_limit.cc',
|
| - 'system/session_length_limit/tray_session_length_limit.h',
|
| + 'system/session/logout_button_observer.h',
|
| + 'system/session/logout_button_tray.cc',
|
| + 'system/session/logout_button_tray.h',
|
| + 'system/session/logout_confirmation_controller.cc',
|
| + 'system/session/logout_confirmation_controller.h',
|
| + 'system/session/logout_confirmation_dialog.cc',
|
| + 'system/session/logout_confirmation_dialog.h',
|
| + 'system/session/session_length_limit_observer.h',
|
| + 'system/session/tray_session_length_limit.cc',
|
| + 'system/session/tray_session_length_limit.h',
|
| 'system/status_area_widget.cc',
|
| 'system/status_area_widget.h',
|
| 'system/status_area_widget_delegate.cc',
|
| @@ -919,8 +921,8 @@
|
| 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
|
| 'system/chromeos/tray_display_unittest.cc',
|
| 'system/date/date_view_unittest.cc',
|
| - 'system/logout_button/logout_button_tray_unittest.cc',
|
| - 'system/session_length_limit/tray_session_length_limit_unittest.cc',
|
| + 'system/session/logout_confirmation_controller_unittest.cc',
|
| + 'system/session/tray_session_length_limit_unittest.cc',
|
| 'system/tray/system_tray_unittest.cc',
|
| 'system/tray/tray_details_view_unittest.cc',
|
| 'system/user/tray_user_unittest.cc',
|
|
|