Index: webkit/webkit.gyp |
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp |
index cf0ff348fb0415fb5464567a5d0cc562b7a8bc7b..c95ad3addc872fc4bfcc8ead58a5d631a1800723 100644 |
--- a/webkit/webkit.gyp |
+++ b/webkit/webkit.gyp |
@@ -428,7 +428,12 @@ |
['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$']], |
@@ -446,7 +451,6 @@ |
], |
'dependencies': [ |
'../build/win/system.gyp:cygwin', |
- '../gpu/gpu.gyp:gpu_plugin', |
'default_plugin/default_plugin.gyp:default_plugin', |
], |
'sources!': [ |