summaryrefslogtreecommitdiffstats
path: root/third_party/hyphen
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-20 17:57:30 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-20 17:57:30 +0000
commitf2df02e72cac0b000a0849925dbbc6cfbf88b272 (patch)
tree5722eb7b7cd2a00d217a026e2ebccfd08f2ed166 /third_party/hyphen
parentfdbc8fe71d65c2a84e10c3eabd89e3049a04ac90 (diff)
downloadchromium_src-f2df02e72cac0b000a0849925dbbc6cfbf88b272.zip
chromium_src-f2df02e72cac0b000a0849925dbbc6cfbf88b272.tar.gz
chromium_src-f2df02e72cac0b000a0849925dbbc6cfbf88b272.tar.bz2
hyphen: Build hyphen target as static_library.
BUG=111541 R=hbono@chromium.org Review URL: https://chromiumcodereview.appspot.com/11415043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168833 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/hyphen')
-rw-r--r--third_party/hyphen/hyphen.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/hyphen/hyphen.gyp b/third_party/hyphen/hyphen.gyp
index 35becc4..cf5d1ca 100644
--- a/third_party/hyphen/hyphen.gyp
+++ b/third_party/hyphen/hyphen.gyp
@@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'hyphen',
- 'type': '<(library)',
+ 'type': 'static_library',
'include_dirs': [
'.',
],