diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-13 06:46:07 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-13 06:46:07 +0000 |
commit | 32ae4df3ace7c7f44ed9f7c55d144c43e55f2c4b (patch) | |
tree | 839749abdb75cb0f528f3dcd17937c148ffec5f4 /third_party | |
parent | d62de25e567849fa2d97080317de3e0da951dd20 (diff) | |
download | chromium_src-32ae4df3ace7c7f44ed9f7c55d144c43e55f2c4b.zip chromium_src-32ae4df3ace7c7f44ed9f7c55d144c43e55f2c4b.tar.gz chromium_src-32ae4df3ace7c7f44ed9f7c55d144c43e55f2c4b.tar.bz2 |
Fix build for third_party/qcms when SSE is diabled.
BUG=none
TEST=32-bit official linux build goes green.
TBR=abarth
Review URL: http://codereview.chromium.org/4965001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66050 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/qcms/qcms.gyp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/qcms/qcms.gyp b/third_party/qcms/qcms.gyp index 69cf573..7d9cdef 100644 --- a/third_party/qcms/qcms.gyp +++ b/third_party/qcms/qcms.gyp @@ -22,6 +22,14 @@ '.', ], }, + 'conditions': [ + ['OS=="linux" and (branding=="Chrome" or disable_sse2==1)', { + 'sources/': [ + ['exclude', 'transform-sse1.c'], + ['exclude', 'transform-sse2.c'], + ], + },], + ], }, ], } |