Chromium Code Reviews| Index: icu.gyp |
| =================================================================== |
| --- icu.gyp (revision 267150) |
| +++ icu.gyp (working copy) |
| @@ -17,6 +17,9 @@ |
| # 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', |
| + # We don't use ICU plugins and dyload is only necessary for them. |
| + # NaCl-related builds also fail looking for dlfcn.h when it's enabled. |
| + 'U_ENABLE_DYLOAD=0', |
| ], |
| }, |
| 'defines': [ |