Chromium Code Reviews| Index: icu.gyp | 
| diff --git a/icu.gyp b/icu.gyp | 
| index ee206feda9dabcf5ebd7e988e60a8dacc6afe52b..6231e82268c3dbb4bce472e4a09fed039431048d 100644 | 
| --- a/icu.gyp | 
| +++ b/icu.gyp | 
| @@ -103,6 +103,7 @@ | 
| { | 
| 'target_name': 'icudata', | 
| 'type': 'static_library', | 
| + 'standalone_static_library': 1, | 
| 'defines': [ | 
| 'U_HIDE_DATA_SYMBOL', | 
| ], | 
| @@ -176,6 +177,11 @@ | 
| { | 
| 'target_name': 'icui18n', | 
| 'type': '<(component)', | 
| + 'conditions': [ | 
| + [ 'componen!="shared_library"', { | 
| 
 
Michael Achenbach
2015/10/26 19:48:26
s/componen/component ?
 
 | 
| + 'standalone_static_library': 1, | 
| + }], | 
| + ], | 
| 'sources': [ | 
| '<@(icui18n_sources)', | 
| ], | 
| @@ -257,6 +263,11 @@ | 
| { | 
| 'target_name': 'icuuc', | 
| 'type': '<(component)', | 
| + 'conditions': [ | 
| + [ 'component!="shared_library"', { | 
| + 'standalone_static_library': 1, | 
| + }], | 
| + ], | 
| 'sources': [ | 
| '<@(icuuc_sources)', | 
| ], |