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

Unified Diff: ash/ash.gyp

Issue 2099793002: mash: Migrate some system user files to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 4 years, 6 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/common/system/user/button_from_view.h » ('j') | ash/common/system/user/login_status.cc » ('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 0244662172a74f58c1cd8582d1d63528aae8c9cd..8e02a40acc9585ebc75fcbfb968218c277f5286f 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -206,6 +206,15 @@
'common/system/update/tray_update.cc',
'common/system/update/tray_update.h',
'common/system/update/update_observer.h',
+ 'common/system/user/button_from_view.cc',
+ 'common/system/user/button_from_view.h',
+ 'common/system/user/login_status.cc',
+ 'common/system/user/login_status.h',
+ 'common/system/user/rounded_image_view.cc',
+ 'common/system/user/rounded_image_view.h',
+ 'common/system/user/tray_user_separator.cc',
+ 'common/system/user/tray_user_separator.h',
+ 'common/system/user/user_observer.h',
'common/system/volume_control_delegate.h',
'common/wm/always_on_top_controller.cc',
'common/wm/always_on_top_controller.h',
@@ -618,19 +627,10 @@
'system/tray/system_tray.h',
'system/tray/system_tray_notifier.cc',
'system/tray/system_tray_notifier.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/user_card_view.cc',
'system/user/user_card_view.h',
- 'system/user/user_observer.h',
'system/user/user_view.cc',
'system/user/user_view.h',
'system/web_notification/ash_popup_alignment_delegate.cc',
« no previous file with comments | « no previous file | ash/common/system/user/button_from_view.h » ('j') | ash/common/system/user/login_status.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698