| Index: components/cronet.gypi
|
| diff --git a/components/cronet.gypi b/components/cronet.gypi
|
| index d749c8e0b889cb65d0cfb440dae15e87052ebc45..5832c6ebb48df8307d16e7b81e607143dc853544 100644
|
| --- a/components/cronet.gypi
|
| +++ b/components/cronet.gypi
|
| @@ -89,7 +89,17 @@
|
| '-landroid',
|
| '-Wl,--gc-sections',
|
| '-Wl,--exclude-libs,ALL'
|
| - ]
|
| + ],
|
| + 'conditions': [
|
| + [ 'use_icu_alternatives_on_android == 1', {
|
| + 'dependencies!': [
|
| + '../base/base.gyp:base_i18n',
|
| + '../third_party/icu/icu.gyp:icui18n',
|
| + '../third_party/icu/icu.gyp:icuuc',
|
| + ]
|
| + },
|
| + ],
|
| + ],
|
| },
|
| {
|
| 'target_name': 'cronet',
|
|
|