| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index f1a69db425125f313e615b9996db7dcd230c0004..a91d2001eeeffc3c67f1f25f2df316c68440d552 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -481,6 +481,11 @@
|
| 'wm/window_properties.h',
|
| 'wm/window_resizer.cc',
|
| 'wm/window_resizer.h',
|
| + 'wm/window_selector.cc',
|
| + 'wm/window_selector.h',
|
| + 'wm/window_selector_controller.cc',
|
| + 'wm/window_selector_controller.h',
|
| + 'wm/window_selector_delegate.h',
|
| 'wm/window_util.cc',
|
| 'wm/window_util.h',
|
| 'wm/workspace_controller.cc',
|
| @@ -746,6 +751,7 @@
|
| 'wm/window_cycle_controller_unittest.cc',
|
| 'wm/window_manager_unittest.cc',
|
| 'wm/window_modality_controller_unittest.cc',
|
| + 'wm/window_selector_unittest.cc',
|
| 'wm/window_util_unittest.cc',
|
| 'wm/workspace_controller_test_helper.cc',
|
| 'wm/workspace_controller_test_helper.h',
|
|
|