diff options
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index c95ad3a..cf0ff34 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -428,12 +428,7 @@ ['exclude', r'/gtk_']], }], ['OS!="mac"', { - 'sources/': [['exclude', '_mac\\.(cc|mm)$']], - }], - ['OS=="win" or (OS=="linux" and target_arch!="arm")', { - 'dependencies': [ - '../gpu/gpu.gyp:gpu_plugin', - ], + 'sources/': [['exclude', '_mac\\.(cc|mm)$']] }], ['OS!="win"', { 'sources/': [['exclude', '_win\\.cc$']], @@ -451,6 +446,7 @@ ], 'dependencies': [ '../build/win/system.gyp:cygwin', + '../gpu/gpu.gyp:gpu_plugin', 'default_plugin/default_plugin.gyp:default_plugin', ], 'sources!': [ |