From be4f188066196d7bd0a4a7a62254bb603e566f74 Mon Sep 17 00:00:00 2001 From: "piman@chromium.org" Date: Wed, 6 Jan 2010 04:38:55 +0000 Subject: linux: implement gpu plugin Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35509 Review URL: http://codereview.chromium.org/500132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35612 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.gypi | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'build') diff --git a/build/common.gypi b/build/common.gypi index b05588b..c3181b3 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -148,9 +148,6 @@ # Whether to add the experimental build define. 'chrome_frame_define%': 0, - # Whether GPU plugin build is enabled. - 'enable_gpu%': 0, - # Whether usage of OpenMAX is enabled. 'enable_openmax%': 0, @@ -349,7 +346,7 @@ }], ], }], - ['OS=="win"', { + ['OS=="win" or (OS=="linux" and target_arch!="arm")', { 'defines': [ 'ENABLE_GPU=1', ], -- cgit v1.1