| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index eedf7a711e781ea86a1518b8ccb2ea612b0674c5..a083299fa1f381de00457ab8420b9620ba4b785c 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -599,6 +599,10 @@
|
| 'wm/overview/window_overview.h',
|
| 'wm/overview/window_selector.cc',
|
| 'wm/overview/window_selector.h',
|
| + 'wm/window_cycle_controller.cc',
|
| + 'wm/window_cycle_controller.h',
|
| + 'wm/window_cycle_list.cc',
|
| + 'wm/window_cycle_list.h',
|
| 'wm/overview/window_selector_controller.cc',
|
| 'wm/overview/window_selector_controller.h',
|
| 'wm/overview/window_selector_delegate.h',
|
| @@ -1005,6 +1009,7 @@
|
| 'wm/toplevel_window_event_handler_unittest.cc',
|
| 'wm/video_detector_unittest.cc',
|
| 'wm/window_animations_unittest.cc',
|
| + 'wm/window_cycle_controller_unittest.cc',
|
| 'wm/window_manager_unittest.cc',
|
| 'wm/window_modality_controller_unittest.cc',
|
| 'wm/window_positioner_unittest.cc',
|
|
|