| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index ef1872d2585a073dc078a75983d5a96a9f7d2d3c..2954f970977f02b849609dd98d2c358ba697b30c 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_cursor_platform_delegate.cc',
|
| + 'wm/ash_cursor_platform_delegate.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',
|
| @@ -620,8 +620,8 @@
|
| 'tooltips/tooltip_controller_unittest.cc',
|
| 'wm/activation_controller_unittest.cc',
|
| 'wm/ash_activation_controller_unittest.cc',
|
| + 'wm/ash_cursor_platform_delegate_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',
|
|
|