summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-06 04:38:55 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-06 04:38:55 +0000
commitbe4f188066196d7bd0a4a7a62254bb603e566f74 (patch)
treea493671ea3e09fec3d20c86a0e452d509e7c9954 /build
parentee3cd175f8592b2b1f2ccd14b071d56ca733a5c6 (diff)
downloadchromium_src-be4f188066196d7bd0a4a7a62254bb603e566f74.zip
chromium_src-be4f188066196d7bd0a4a7a62254bb603e566f74.tar.gz
chromium_src-be4f188066196d7bd0a4a7a62254bb603e566f74.tar.bz2
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
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi5
1 files changed, 1 insertions, 4 deletions
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',
],