Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: ash/ash.gyp

Issue 178183005: Add LogoutConfirmationController to show LogoutConfirmationDialogs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698