aboutsummaryrefslogtreecommitdiff
path: root/icu.gyp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2013-01-18 21:08:15 +0000
committertfarina@chromium.org <tfarina@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2013-01-18 21:08:15 +0000
commit1aac95c366b355b6c2a1d691d7aa7b8c77cf327a (patch)
tree457c92625f21a436ad84cb7309536b6d5fc87905 /icu.gyp
parent125a2b1990f6f8f6e94aedeb8cc749c91d2c4ab6 (diff)
downloadicu-1aac95c366b355b6c2a1d691d7aa7b8c77cf327a.tar.gz
Remove <(library) usage from icu.gyp.
BUG=111541 R=thakis@chromium.org Review URL: https://codereview.chromium.org/12018021 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/icu46@177751 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'icu.gyp')
-rw-r--r--icu.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/icu.gyp b/icu.gyp
index fd835bc..4682e6f 100644
--- a/icu.gyp
+++ b/icu.gyp
@@ -42,7 +42,7 @@
'targets': [
{
'target_name': 'icudata',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
# These are hand-generated, but will do for now. The linux
# version is an identical copy of the (mac) icudt46l_dat.S file,