Index: ash/ash.gyp |
diff --git a/ash/ash.gyp b/ash/ash.gyp |
index 6336f086e21bcf71439b9b2b19777055fbd6a42d..cc6b28b59f36b75df147853bec270193309402fa 100644 |
--- a/ash/ash.gyp |
+++ b/ash/ash.gyp |
@@ -305,6 +305,8 @@ |
'wm/always_on_top_controller.h', |
'wm/ash_activation_controller.cc', |
'wm/ash_activation_controller.h', |
+ 'wm/ash_native_cursor_manager.cc', |
+ 'wm/ash_native_cursor_manager.h', |
'wm/ash_focus_rules.cc', |
'wm/ash_focus_rules.h', |
'wm/base_layout_manager.cc', |
@@ -315,8 +317,6 @@ |
'wm/capture_controller.h', |
'wm/coordinate_conversion.cc', |
'wm/coordinate_conversion.h', |
- 'wm/cursor_manager.cc', |
- 'wm/cursor_manager.h', |
'wm/custom_frame_view_ash.cc', |
'wm/custom_frame_view_ash.h', |
'wm/default_window_resizer.cc', |
@@ -622,8 +622,8 @@ |
'tooltips/tooltip_controller_unittest.cc', |
'wm/activation_controller_unittest.cc', |
'wm/ash_activation_controller_unittest.cc', |
+ 'wm/ash_native_cursor_manager_unittest.cc', |
'wm/base_layout_manager_unittest.cc', |
- 'wm/cursor_manager_unittest.cc', |
'wm/custom_frame_view_ash_unittest.cc', |
'wm/drag_window_resizer_unittest.cc', |
'wm/frame_painter_unittest.cc', |