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

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
Index: webkit/glue/webkit_glue.gypi
===================================================================
--- webkit/glue/webkit_glue.gypi (revision 202599)
+++ 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"
@@ -179,6 +152,7 @@
'plugins',
'user_agent',
'webkit_base',
+ 'webkit_common',
jamesr 2013/05/29 00:28:11 in the codereview tool this looks incorrectly inde
ananta 2013/05/29 00:34:44 Done.
'webkit_media',
'webkit_resources',
'webkit_storage',

Powered by Google App Engine
This is Rietveld 408576698