| Index: webkit/glue/webkit_glue.gypi
|
| ===================================================================
|
| --- webkit/glue/webkit_glue.gypi (revision 156019)
|
| +++ webkit/glue/webkit_glue.gypi (working copy)
|
| @@ -420,7 +420,6 @@
|
| ['use_aura==1', {
|
| 'sources/': [
|
| ['exclude', '^\\.\\./plugins/npapi/webplugin_delegate_impl_mac.mm'],
|
| - ['exclude', '^\\.\\./plugins/npapi/webplugin_delegate_impl_win.cc'],
|
| ],
|
| 'sources!': [
|
| 'webcursor_mac.mm',
|
| @@ -432,6 +431,11 @@
|
| 'libraries': [ '-lXcursor', ],
|
| },
|
| }],
|
| + ['use_aura==1 and OS=="win"', {
|
| + 'sources/': [
|
| + ['exclude', '^\\.\\./plugins/npapi/webplugin_delegate_impl_aura'],
|
| + ],
|
| + }],
|
| ['OS!="mac"', {
|
| 'sources/': [['exclude', '_mac\\.(cc|mm)$']],
|
| 'sources!': [
|
|
|