Chromium Code Reviews| Index: ash/ash.gyp |
| diff --git a/ash/ash.gyp b/ash/ash.gyp |
| index 62d80218312ab732a0c218ad8b8b8ab44f7844c4..1ec77859c8a9904a2d364b3c184d1c88a8df45fc 100644 |
| --- a/ash/ash.gyp |
| +++ b/ash/ash.gyp |
| @@ -63,6 +63,11 @@ |
| 'cast_config_delegate.h', |
| 'common/root_window_controller_common.cc', |
| 'common/root_window_controller_common.h', |
| + 'common/session/session_state_delegate.cc', |
| + 'common/session/session_state_delegate.h', |
| + 'common/session/session_state_observer.cc', |
| + 'common/session/session_state_observer.h', |
| + 'common/session/session_types.h', |
|
James Cook
2016/06/07 21:30:00
This one was missing before.
|
| 'common/shelf/shelf_constants.cc', |
| 'common/shelf/shelf_constants.h', |
| 'common/shelf/shelf_item_delegate.h', |
| @@ -339,10 +344,6 @@ |
| 'screen_util.cc', |
| 'screen_util.h', |
| 'screenshot_delegate.h', |
| - 'session/session_state_delegate.cc', |
| - 'session/session_state_delegate.h', |
| - 'session/session_state_observer.cc', |
| - 'session/session_state_observer.h', |
| 'shelf/app_list_button.cc', |
| 'shelf/app_list_button.h', |
| 'shelf/app_list_shelf_item_delegate.cc', |