| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 8e3b03648da982805191f4e7e30aa9efc996ad2b..f9f411c6515e7118f9e9f09a59fbed50dcad2ff4 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -284,8 +284,6 @@
|
| 'sticky_keys/sticky_keys_overlay.cc',
|
| 'sticky_keys/sticky_keys_overlay.h',
|
| 'sticky_keys/sticky_keys_state.h',
|
| - 'switchable_windows.cc',
|
| - 'switchable_windows.h',
|
| 'system/audio/audio_observer.h',
|
| 'system/audio/tray_audio.cc',
|
| 'system/audio/tray_audio.h',
|
| @@ -550,6 +548,8 @@
|
| 'wm/common/dock/docked_window_layout_manager_observer.h',
|
| 'wm/common/drag_details.cc',
|
| 'wm/common/drag_details.h',
|
| + 'wm/common/fullscreen_window_finder.cc',
|
| + 'wm/common/fullscreen_window_finder.h',
|
| 'wm/common/root_window_finder.cc',
|
| 'wm/common/root_window_finder.h',
|
| 'wm/common/shelf/wm_shelf.h',
|
| @@ -557,6 +557,8 @@
|
| 'wm/common/shelf/wm_shelf_constants.h',
|
| 'wm/common/shelf/wm_shelf_observer.h',
|
| 'wm/common/shelf/wm_shelf_types.h',
|
| + 'wm/common/switchable_windows.cc',
|
| + 'wm/common/switchable_windows.h',
|
| 'wm/common/window_animation_types.h',
|
| 'wm/common/window_parenting_utils.cc',
|
| 'wm/common/window_parenting_utils.h',
|
|
|