summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-04 03:07:59 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-04 03:07:59 +0000
commit9fd10813be0be85f4e12e2da5e4799a64339862f (patch)
tree56eaa900f2853dd57870a59c26ebe2fe639661b7 /build
parent702e0523c5a43c27c8c009a0801b0127a8f461bb (diff)
downloadchromium_src-9fd10813be0be85f4e12e2da5e4799a64339862f.zip
chromium_src-9fd10813be0be85f4e12e2da5e4799a64339862f.tar.gz
chromium_src-9fd10813be0be85f4e12e2da5e4799a64339862f.tar.bz2
Adds qcms to all.gyp. This was reverted before because qcms' sse2 code didn't compile on linux32 Official build. I believe I've fixed it by adding -msse and -msse2. Will submit late at night and watch the bots.
BUG=143 TEST=None author: Tony Payne <tpayne@chromium.org> original review: http://codereview.chromium.org/9958140/ Review URL: https://chromiumcodereview.appspot.com/9969139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130549 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 731b28c..48a1500 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -47,6 +47,7 @@
'../third_party/modp_b64/modp_b64.gyp:*',
'../third_party/npapi/npapi.gyp:*',
'../third_party/ots/ots.gyp:*',
+ '../third_party/qcms/qcms.gyp:*',
'../third_party/sqlite/sqlite.gyp:*',
'../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_devtools_zip',