| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index db72762fe5b7e2f64fc62d3780f6f993917d63ef..e5c02e37b4d30d64695833ab1de64e33fb3d7dac 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -635,8 +635,6 @@ component("ash") {
|
| "wm/always_on_top_controller.h",
|
| "wm/ash_focus_rules.cc",
|
| "wm/ash_focus_rules.h",
|
| - "wm/ash_native_cursor_manager.cc",
|
| - "wm/ash_native_cursor_manager.h",
|
| "wm/boot_splash_screen_chromeos.cc",
|
| "wm/boot_splash_screen_chromeos.h",
|
| "wm/container_finder.cc",
|
| @@ -695,6 +693,11 @@ component("ash") {
|
| "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h",
|
| "wm/mru_window_tracker.cc",
|
| "wm/mru_window_tracker.h",
|
| + "wm/native_cursor_manager_ash.h",
|
| + "wm/native_cursor_manager_ash_classic.cc",
|
| + "wm/native_cursor_manager_ash_classic.h",
|
| + "wm/native_cursor_manager_ash_mus.cc",
|
| + "wm/native_cursor_manager_ash_mus.h",
|
| "wm/overlay_event_filter.cc",
|
| "wm/overlay_event_filter.h",
|
| "wm/overview/cleanup_animation_observer.cc",
|
| @@ -1414,7 +1417,7 @@ test("ash_unittests") {
|
| "wm/always_on_top_controller_unittest.cc",
|
|
|
| # TODO: mash doesn't support CursorManager. http://crbug.com/631103.
|
| - "wm/ash_native_cursor_manager_unittest.cc",
|
| + "wm/native_cursor_manager_ash_unittest.cc",
|
|
|
| # TODO: mash doesn't support DragWindowResizer. http://crbug.com/633782.
|
| "wm/drag_window_resizer_unittest.cc",
|
|
|