From 4049046a39cb364577a1ac8a2aac47a86afc5b7b Mon Sep 17 00:00:00 2001 From: "piman@chromium.org" Date: Tue, 5 Jan 2010 03:07:07 +0000 Subject: linux: implement gpu plugin Review URL: http://codereview.chromium.org/500132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35509 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'webkit/webkit.gyp') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index cf0ff34..c95ad3a 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!': [ -- cgit v1.1