| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 6f56e52425ed14e102c9dbcc8c775b7218c7fc1b..b68910828da0be01372c845697c0b0c5cbdda5eb 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -478,6 +478,9 @@
|
| 'wm/window_properties.h',
|
| 'wm/window_resizer.cc',
|
| 'wm/window_resizer.h',
|
| + 'wm/window_selector.cc',
|
| + 'wm/window_selector.h',
|
| + 'wm/window_selector_delegate.h',
|
| 'wm/window_util.cc',
|
| 'wm/window_util.h',
|
| 'wm/workspace_controller.cc',
|
| @@ -748,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',
|
|
|