Chromium Code Reviews| Index: icu.gyp |
| diff --git a/icu.gyp b/icu.gyp |
| index 90906078ef444f8e32f057d1363a36f851ae8b00..b37a9066ac8755b44ae9a7812334f4d0aed9c4f6 100644 |
| --- a/icu.gyp |
| +++ b/icu.gyp |
| @@ -17,10 +17,12 @@ |
| # Tell ICU to not insert |using namespace icu;| into its headers, |
| # so that chrome's source explicitly has to use |icu::|. |
| 'U_USING_ICU_NAMESPACE=0', |
| + 'U_DISABLE_RENAMING=1', |
| ], |
| }, |
| 'defines': [ |
| 'U_USING_ICU_NAMESPACE=0', |
| + 'U_DISABLE_RENAMING=1', |
| ], |
| 'conditions': [ |
| ['component=="static_library"', { |