| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 75ab38ca2b485c42ec871838e7d70f66f8d621f2..d81405c1fbb80b3a2a6fc5fa2cd2c296ea12bc23 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -65,6 +65,11 @@
|
| 'common/default_accessibility_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',
|
| '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',
|
|
|