Chromium Code Reviews| 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', |