Chromium Code Reviews| Index: build/linux/unbundle/icu.gyp |
| diff --git a/build/linux/unbundle/icu.gyp b/build/linux/unbundle/icu.gyp |
| index 4b812776bfd430867eb765e2c7c8a0970c508cf6..2016ccbabb6007ffb146aa6977b96ee3c58a0060 100644 |
| --- a/build/linux/unbundle/icu.gyp |
| +++ b/build/linux/unbundle/icu.gyp |
| @@ -7,6 +7,11 @@ |
| { |
| 'target_name': 'system_icu', |
| 'type': 'none', |
| + 'direct_dependent_settings': { |
| + 'defines': [ |
| + 'U_USING_ICU_NAMESPACE=0', |
| + ], |
| + }, |
| 'link_settings': { |
| 'ldflags': [ |
| '<!@(icu-config --ldflags)', |