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

Unified Diff: ui/base/ui_base.gyp

Issue 258893002: app_shell: Add support for mouse cursors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove cursor copy and hopefully fix mac build Created 6 years, 8 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/base/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index 3d9214f9c782f4e295a18e25c7c2617b61e4ed37..79faa59e7ffb28696733f8e38ca5022a2ccb8158 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -132,6 +132,8 @@
'cursor/cursor_x11.cc',
'cursor/cursors_aura.cc',
'cursor/cursors_aura.h',
+ 'cursor/image_cursors.cc',
+ 'cursor/image_cursors.h',
'cursor/ozone/bitmap_cursor_factory_ozone.cc',
'cursor/ozone/bitmap_cursor_factory_ozone.h',
'cursor/ozone/cursor_factory_ozone.cc',
@@ -479,6 +481,8 @@
'../../third_party/mozilla/mozilla.gyp:mozilla',
],
'sources!': [
+ 'cursor/image_cursors.cc',
+ 'cursor/image_cursors.h',
'dragdrop/drag_utils.cc',
'dragdrop/drag_utils.h',
],

Powered by Google App Engine
This is Rietveld 408576698