Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: mash/wm/BUILD.gn

Issue 2002243002: Gets mash to use WmToplevelWindowEventHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/common/wm_toplevel_window_event_handler.h ('k') | mash/wm/bridge/wm_globals_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « ash/wm/common/wm_toplevel_window_event_handler.h ('k') | mash/wm/bridge/wm_globals_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698