summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-05 04:11:13 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-05 04:11:13 +0000
commit7706e5e3598efb51d021a64f34f2c2d3e390be6f (patch)
tree0f39b8c6076c80ed0efe9a0a71fcaed3ebdd1ab9 /build
parent9561ea774cff1ee6542d699d09099423d5c518be (diff)
downloadchromium_src-7706e5e3598efb51d021a64f34f2c2d3e390be6f.zip
chromium_src-7706e5e3598efb51d021a64f34f2c2d3e390be6f.tar.gz
chromium_src-7706e5e3598efb51d021a64f34f2c2d3e390be6f.tar.bz2
Revert 35509 - linux: implement gpu plugin
Review URL: http://codereview.chromium.org/500132 TBR=piman@chromium.org Review URL: http://codereview.chromium.org/525022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35511 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi5
1 files changed, 4 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index c3181b3..b05588b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -148,6 +148,9 @@
# 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,
@@ -346,7 +349,7 @@
}],
],
}],
- ['OS=="win" or (OS=="linux" and target_arch!="arm")', {
+ ['OS=="win"', {
'defines': [
'ENABLE_GPU=1',
],