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

Unified Diff: ash/ash.gyp

Issue 210903003: Implemented system tray UI for new account management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge conflicts resolved. Created 6 years, 8 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/ash_strings.grd » ('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 dc07d3c866760079160e65765c493432bcc3d14b..2d882c6854c0120c3519661818205d687a1e59c2 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -483,14 +483,28 @@
'system/tray_accessibility.h',
'system/tray_update.cc',
'system/tray_update.h',
+ 'system/user/accounts_detailed_view.cc',
+ 'system/user/accounts_detailed_view.h',
+ 'system/user/config.cc',
+ 'system/user/config.h',
+ 'system/user/button_from_view.cc',
+ 'system/user/button_from_view.h',
'system/user/login_status.cc',
'system/user/login_status.h',
+ 'system/user/rounded_image_view.cc',
+ 'system/user/rounded_image_view.h',
'system/user/tray_user.cc',
'system/user/tray_user.h',
'system/user/tray_user_separator.cc',
'system/user/tray_user_separator.h',
'system/user/update_observer.h',
'system/user/user_observer.h',
+ 'system/user/user_accounts_delegate.cc',
+ 'system/user/user_accounts_delegate.h',
+ 'system/user/user_card_view.cc',
+ 'system/user/user_card_view.h',
+ 'system/user/user_view.cc',
+ 'system/user/user_view.h',
'system/web_notification/web_notification_tray.cc',
'system/web_notification/web_notification_tray.h',
'system/win/audio/tray_audio_delegate_win.cc',
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698