Index: ash/ash.gyp |
diff --git a/ash/ash.gyp b/ash/ash.gyp |
index 6654328789be6511cd90df00fb5e4a43e45139b4..35f91a3583fa16c88632c5f5c1980efd9538edd3 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', |
@@ -921,8 +923,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', |