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

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: Rebase to ToT 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') | no next file with comments »
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 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',
« no previous file with comments | « no previous file | ash/display/mouse_cursor_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698