Index: ash/ash.gyp |
diff --git a/ash/ash.gyp b/ash/ash.gyp |
index fe1b0e09ac73b3d38818e9b61565b7a54b95d1dd..d5537a88ed7c11b4a5b44e3dca16e9119301c960 100644 |
--- a/ash/ash.gyp |
+++ b/ash/ash.gyp |
@@ -368,8 +368,10 @@ |
'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/logout_confirmation/logout_confirmation_controller.cc', |
+ 'system/logout_confirmation/logout_confirmation_controller.h', |
+ 'system/logout_confirmation/logout_confirmation_dialog.cc', |
+ 'system/logout_confirmation/logout_confirmation_dialog.h', |
stevenjb
2014/02/27 17:58:44
Are logout_button and logout_conformation related
bartfab (slow)
2014/02/28 12:13:49
As of this CL, the logout button is the only class
stevenjb
2014/03/04 23:33:29
I wouldn't say that implies a strong relationship,
bartfab (slow)
2014/03/05 18:19:44
Moving everything under ash/system/session makes s
|
'system/monitor/tray_monitor.cc', |
'system/monitor/tray_monitor.h', |
'system/session_length_limit/session_length_limit_observer.h', |
@@ -923,7 +925,7 @@ |
'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/logout_confirmation/logout_confirmation_controller_unittest.cc', |
'system/session_length_limit/tray_session_length_limit_unittest.cc', |
'system/tray/system_tray_unittest.cc', |
'system/tray/tray_details_view_unittest.cc', |