Chromium Code Reviews| 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', |