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

Unified Diff: ash/ash.gyp

Issue 12263050: Rework ash::CursorManager into a corewm object, to share code with desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: General patch cleanup. Created 7 years, 10 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 | « no previous file | ash/display/mouse_cursor_event_filter.cc » ('j') | ui/views/corewm/cursor_manager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | ash/display/mouse_cursor_event_filter.cc » ('j') | ui/views/corewm/cursor_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698