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

Unified Diff: webkit/glue/SConscript

Issue 11427: Cursor support including custom cursors (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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 | webkit/glue/webcursor.h » ('j') | webkit/glue/webcursor.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/SConscript
===================================================================
--- webkit/glue/SConscript (revision 5577)
+++ webkit/glue/SConscript (working copy)
@@ -114,6 +114,10 @@
'webinputevent_linux.cc',
'webkit_glue_gtk.cc',
])
+elif env['PLATFORM'] == 'darwin':
+ input_files.extend([
+ 'webcursor_mac.mm',
+ ])
if env['PLATFORM'] in ('posix', 'darwin'):
input_files.extend([
« no previous file with comments | « no previous file | webkit/glue/webcursor.h » ('j') | webkit/glue/webcursor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698