| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 8c9cfdfbddd2a1ddd13c245f4b5794a391ea192c..0b7aa9317617db6e3b50657a082cdfc8b187e9a6 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -596,6 +596,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',
|
| @@ -998,6 +1002,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',
|
|
|