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

Unified Diff: ui/aura/aura.gyp

Issue 10692170: Aura desktop: Show resize cursors again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win_aura compile Created 8 years, 5 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/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index 3c0e25582d2ef1f40ae86606aba5988315eea24f..acb535cb3f4d9afcad76998c3a673518cf9c5930 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -35,6 +35,8 @@
'client/capture_client.cc',
'client/capture_client.h',
'client/capture_delegate.h',
+ 'client/cursor_client.cc',
+ 'client/cursor_client.h',
'client/dispatcher_client.cc',
'client/dispatcher_client.h',
'client/drag_drop_client.cc',
@@ -56,11 +58,10 @@
'client/window_move_client.cc',
'client/window_move_client.h',
'client/window_types.h',
- 'cursor_delegate.h',
- 'cursor_manager.cc',
- 'cursor_manager.h',
'desktop/desktop_activation_client.cc',
'desktop/desktop_activation_client.h',
+ 'desktop/desktop_cursor_client.cc',
+ 'desktop/desktop_cursor_client.h',
'desktop/desktop_dispatcher_client.cc',
'desktop/desktop_dispatcher_client.h',
'desktop/desktop_screen.h',

Powered by Google App Engine
This is Rietveld 408576698