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

Unified Diff: ui/views/views.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: Lables 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
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 44e3b4295bacf96ad81ff6102e1369afbf6419ae..a2fd26e9453b5c4500fc4bdbc07bf2e03a21b025 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -229,6 +229,8 @@
'corewm/compound_event_filter.h',
'corewm/corewm_switches.cc',
'corewm/corewm_switches.h',
+ 'corewm/cursor_controller.cc',
+ 'corewm/cursor_controller.h',
'corewm/focus_controller.cc',
'corewm/focus_controller.h',
'corewm/focus_rules.h',
@@ -651,6 +653,7 @@
'controls/textfield/textfield_views_model_unittest.cc',
'controls/tree/tree_view_unittest.cc',
'corewm/compound_event_filter_unittest.cc',
+ 'corewm/cursor_controller_unittest.cc',
'corewm/focus_controller_unittest.cc',
'corewm/image_grid_unittest.cc',
'corewm/input_method_event_filter_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698