| Index: mash/wm/BUILD.gn
|
| diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
|
| index b2421b0f10aeda125b09c9fd2883f35ba70d77dc..1547fcc277ed6ca9b70df808cffe7aa593785ee5 100644
|
| --- a/mash/wm/BUILD.gn
|
| +++ b/mash/wm/BUILD.gn
|
| @@ -30,6 +30,8 @@ source_set("lib") {
|
| "container_ids.h",
|
| "disconnected_app_handler.cc",
|
| "disconnected_app_handler.h",
|
| + "drag_window_resizer.cc",
|
| + "drag_window_resizer.h",
|
| "fill_layout.cc",
|
| "fill_layout.h",
|
| "frame/caption_buttons/caption_button_types.h",
|
| @@ -46,8 +48,6 @@ source_set("lib") {
|
| "frame/header_painter_util.h",
|
| "frame/move_event_handler.cc",
|
| "frame/move_event_handler.h",
|
| - "frame/move_loop.cc",
|
| - "frame/move_loop.h",
|
| "frame/non_client_frame_view_mash.cc",
|
| "frame/non_client_frame_view_mash.h",
|
| "layout_manager.cc",
|
| @@ -160,7 +160,6 @@ source_set("unittests") {
|
| sources = [
|
| "accelerator_registrar_unittest.cc",
|
| "app_launch_unittest.cc",
|
| - "frame/move_loop_unittest.cc",
|
| "layout_manager_unittest.cc",
|
| "test/wm_test_base.cc",
|
| "test/wm_test_base.h",
|
|
|