summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-01 20:27:36 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-01 20:27:36 +0000
commitef86fb81fb8cddde07c3c613fbd394a78c0cccc9 (patch)
treee536021d44970f67e19d2ab017c0ae1cc371820b /build
parentbcc18d3d4b89f4985b4bf542c319d6e94de452e0 (diff)
downloadchromium_src-ef86fb81fb8cddde07c3c613fbd394a78c0cccc9.zip
chromium_src-ef86fb81fb8cddde07c3c613fbd394a78c0cccc9.tar.gz
chromium_src-ef86fb81fb8cddde07c3c613fbd394a78c0cccc9.tar.bz2
linux: enable compiling of hardware compositing
Review URL: http://codereview.chromium.org/2865030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51418 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/features_override.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/features_override.gypi b/build/features_override.gypi
index 6e203b0..c6cb812 100644
--- a/build/features_override.gypi
+++ b/build/features_override.gypi
@@ -59,7 +59,7 @@
'enable_svg%': '<(enable_svg)',
'enable_touch_events%': '<(enable_touch_events)',
'conditions': [
- ['OS=="win" or use_accelerated_compositing==1', {
+ ['OS=="win" or OS=="linux" or use_accelerated_compositing==1', {
'feature_defines': [
'WTF_USE_ACCELERATED_COMPOSITING=1',
'ENABLE_3D_RENDERING=1',