| Index: webkit/webkit.gyp
|
| ===================================================================
|
| --- webkit/webkit.gyp (revision 35510)
|
| +++ webkit/webkit.gyp (working copy)
|
| @@ -428,13 +428,8 @@
|
| ['exclude', r'/gtk_']],
|
| }],
|
| ['OS!="mac"', {
|
| - 'sources/': [['exclude', '_mac\\.(cc|mm)$']],
|
| + 'sources/': [['exclude', '_mac\\.(cc|mm)$']]
|
| }],
|
| - ['OS=="win" or (OS=="linux" and target_arch!="arm")', {
|
| - 'dependencies': [
|
| - '../gpu/gpu.gyp:gpu_plugin',
|
| - ],
|
| - }],
|
| ['OS!="win"', {
|
| 'sources/': [['exclude', '_win\\.cc$']],
|
| 'sources!': [
|
| @@ -451,6 +446,7 @@
|
| ],
|
| 'dependencies': [
|
| '../build/win/system.gyp:cygwin',
|
| + '../gpu/gpu.gyp:gpu_plugin',
|
| 'default_plugin/default_plugin.gyp:default_plugin',
|
| ],
|
| 'sources!': [
|
|
|