summaryrefslogtreecommitdiffstats
path: root/third_party/qcms
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-04 02:47:31 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-04 02:47:31 +0000
commitf0c5f67c1a01216bce16faded71b977a594b9584 (patch)
treee2210df024a54d641d3abd622157fe942a2f966f /third_party/qcms
parent1e71be13ec021ba9b5fd66326d08fe6461201aac (diff)
downloadchromium_src-f0c5f67c1a01216bce16faded71b977a594b9584.zip
chromium_src-f0c5f67c1a01216bce16faded71b977a594b9584.tar.gz
chromium_src-f0c5f67c1a01216bce16faded71b977a594b9584.tar.bz2
qcms: Build qcms target as static_library.
BUG=111541 R=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/11761008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175091 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/qcms')
-rw-r--r--third_party/qcms/qcms.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/qcms/qcms.gyp b/third_party/qcms/qcms.gyp
index 6f6543c..b47cade 100644
--- a/third_party/qcms/qcms.gyp
+++ b/third_party/qcms/qcms.gyp
@@ -7,7 +7,7 @@
{
'target_name': 'qcms',
'product_name': 'qcms',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
'src/chain.c',
'src/chain.h',