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

Unified Diff: ash/ash.gyp

Issue 40053002: Implements the dialog view for logout button tray in public sessions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enhence tests; simplify code; fix win build(hope so) Created 7 years 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/ash_strings.grd » ('j') | ash/system/logout_button/logout_button_tray.h » ('J')
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 5e24bb2b05bcfc55b77590966e71e781167501eb..e8ecf9a4faf543ec0b3c1e489bbc52f6976cdf7a 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -319,6 +319,8 @@
'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/monitor/tray_monitor.cc',
'system/monitor/tray_monitor.h',
'system/session_length_limit/session_length_limit_observer.h',
@@ -803,6 +805,7 @@
'shell/window_watcher_shelf_item_delegate.h',
'shell/window_watcher_unittest.cc',
'shell_unittest.cc',
+ "system/logout_button/logout_button_tray_unittest.cc",
bartfab (slow) 2013/12/10 12:41:16 1/ Use single quotes ('), not double quotes ("). 2
binjin 2013/12/12 13:56:55 Done.
'system/chromeos/managed/tray_locally_managed_user_unittest.cc',
'system/chromeos/network/network_state_notifier_unittest.cc',
'system/chromeos/power/power_event_observer_unittest.cc',
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/system/logout_button/logout_button_tray.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698