| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index c7d9f240802f4dca5599d13ce2d9cf6e5ab34520..e89b562b7205b2446136c5797e595378b3780de1 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -489,6 +489,8 @@ component("ash") {
|
| "common/wm/root_window_layout_manager.h",
|
| "common/wm/switchable_windows.cc",
|
| "common/wm/switchable_windows.h",
|
| + "common/wm/system_modal_container_layout_manager.cc",
|
| + "common/wm/system_modal_container_layout_manager.h",
|
| "common/wm/window_animation_types.h",
|
| "common/wm/window_cycle_controller.cc",
|
| "common/wm/window_cycle_controller.h",
|
| @@ -793,8 +795,6 @@ component("ash") {
|
| "wm/system_modal_container_event_filter.cc",
|
| "wm/system_modal_container_event_filter.h",
|
| "wm/system_modal_container_event_filter_delegate.h",
|
| - "wm/system_modal_container_layout_manager.cc",
|
| - "wm/system_modal_container_layout_manager.h",
|
| "wm/system_wallpaper_controller.cc",
|
| "wm/system_wallpaper_controller.h",
|
| "wm/toplevel_window_event_handler.cc",
|
|
|