| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index abd777e60898b40d92c54f38c1a8710c03f26c8a..dd66c500605b1ff0af253c28d13a7545f0e41dc5 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -526,6 +526,8 @@
|
| 'common/wm/workspace/workspace_types.h',
|
| 'common/wm/workspace/workspace_window_resizer.cc',
|
| 'common/wm/workspace/workspace_window_resizer.h',
|
| + 'common/wm/workspace_controller.cc',
|
| + 'common/wm/workspace_controller.h',
|
| 'common/wm_activation_observer.h',
|
| 'common/wm_display_observer.h',
|
| 'common/wm_layout_manager.h',
|
| @@ -807,8 +809,6 @@
|
| 'wm/window_util.h',
|
| 'wm/workspace/workspace_event_handler_aura.cc',
|
| 'wm/workspace/workspace_event_handler_aura.h',
|
| - 'wm/workspace_controller.cc',
|
| - 'wm/workspace_controller.h',
|
| ],
|
| 'ash_with_content_sources': [
|
| 'content/ash_with_content_export.h',
|
|
|