Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 6bcbfb1252464468cfcb54b7c51be4cae5cbe0a8..3fca2d21849142339e9e1fed2ace7ff8b6ccf47e 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1311,6 +1311,10 @@ |
| # can use breakpad for these builds. |
| 'release_unwind_tables%': 0, |
| }], |
| + # TODO(jungshik): Turn this on on Android as well. |
| + ['OS!="android"', { |
| + 'icu_use_data_file_flag%': 1, |
| + }], |
| ], |
| }], # os_posix==1 and OS!="mac" and OS!="ios" |
| ['OS=="ios"', { |