| 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',
|
|
|