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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 15971005: Move the WebCursor sources from webkit/glue to webkit/common/cursors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 7 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 | « webkit/glue/webcursor_win.cc ('k') | webkit/plugins/npapi/webplugin_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_glue.gypi
===================================================================
--- webkit/glue/webkit_glue.gypi (revision 203204)
+++ webkit/glue/webkit_glue.gypi (working copy)
@@ -84,17 +84,6 @@
'sources': [
'multipart_response_delegate.cc',
'multipart_response_delegate.h',
- 'webcursor.cc',
- 'webcursor.h',
- 'webcursor_android.cc',
- 'webcursor_aura.cc',
- 'webcursor_aurawin.cc',
- 'webcursor_aurax11.cc',
- 'webcursor_null.cc',
- 'webcursor_gtk.cc',
- 'webcursor_gtk_data.h',
- 'webcursor_mac.mm',
- 'webcursor_win.cc',
'weburlrequest_extradata_impl.cc',
'weburlrequest_extradata_impl.h',
'weburlresponse_extradata_impl.cc',
@@ -108,22 +97,6 @@
],
'sources/': [['exclude', '_x11\\.cc$']],
}],
- ['use_aura==1', {
- 'sources!': [
- 'webcursor_mac.mm',
- 'webcursor_win.cc',
- ],
- }],
- ['use_aura==1 and use_x11==1', {
- 'link_settings': {
- 'libraries': [ '-lXcursor', ],
- },
- }],
- ['use_ozone==0', {
- 'sources!': [
- 'webcursor_null.cc',
- ],
- }],
['OS!="mac"', {
'sources/': [['exclude', '_mac\\.(cc|mm)$']],
}, { # else: OS=="mac"
@@ -207,6 +180,7 @@
'plugins',
'user_agent',
'webkit_base',
+ 'webkit_common',
'webkit_media',
'webkit_resources',
'webkit_storage',
« no previous file with comments | « webkit/glue/webcursor_win.cc ('k') | webkit/plugins/npapi/webplugin_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698