| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 36047b19b4a80f9873263b5f48714a0ddee3efc4..8e946d93af44315a14c7223ec473c200875d2492 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -332,6 +332,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',
|
| @@ -828,6 +830,7 @@
|
| '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/tray/system_tray_unittest.cc',
|
| 'system/tray/tray_details_view_unittest.cc',
|
|
|