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

Unified Diff: ui/ui.gyp

Issue 10919135: Move ash specific cursor code to CursorManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 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 | « ui/base/x/x11_util.cc ('k') | webkit/glue/webcursor_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 167657c27bbbc2efbb1fe1c2cfad00b1ae1ea49a..67c204cb0ead78c9276c19f02d0ad39998f23d59 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -137,6 +137,11 @@
'base/cocoa/window_size_constants.mm',
'base/cursor/cursor.cc',
'base/cursor/cursor.h',
+ 'base/cursor/cursor_loader.h',
+ 'base/cursor/cursor_loader_win.cc',
+ 'base/cursor/cursor_loader_win.h',
+ 'base/cursor/cursor_loader_x11.cc',
+ 'base/cursor/cursor_loader_x11.h',
'base/cursor/cursor_win.cc',
'base/cursor/cursor_x11.cc',
'base/dialogs/base_shell_dialog.cc',
@@ -542,6 +547,8 @@
'sources!': [
'base/cursor/cursor.cc',
'base/cursor/cursor.h',
+ 'base/cursor/cursor_loader_x11.cc',
+ 'base/cursor/cursor_loader_x11.h',
'base/cursor/cursor_win.cc',
'base/cursor/cursor_x11.cc',
'base/native_theme/native_theme_aura.cc',
« no previous file with comments | « ui/base/x/x11_util.cc ('k') | webkit/glue/webcursor_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698