diff options
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index e8fbe4d..04759880 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -115,8 +115,6 @@ 'wm/dialog_frame_view.h', 'wm/image_grid.cc', 'wm/image_grid.h', - 'wm/menu_container_layout_manager.cc', - 'wm/menu_container_layout_manager.h', 'wm/system_modal_container_layout_manager.cc', 'wm/system_modal_container_layout_manager.h', 'wm/system_modal_container_event_filter.cc', @@ -150,6 +148,8 @@ 'wm/toplevel_window_event_filter.h', 'wm/video_detector.cc', 'wm/video_detector.h', + 'wm/visibility_controller.cc', + 'wm/visibility_controller.h', 'wm/window_animations.cc', 'wm/window_animations.h', 'wm/window_cycle_controller.cc', @@ -233,6 +233,7 @@ 'wm/toplevel_layout_manager_unittest.cc', 'wm/toplevel_window_event_filter_unittest.cc', 'wm/video_detector_unittest.cc', + 'wm/visibility_controller_unittest.cc', 'wm/window_cycle_controller_unittest.cc', 'wm/window_modality_controller_unittest.cc', 'wm/workspace_controller_unittest.cc', |