Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 43f73de1845bbf7255a8ae320a09b397e14bb083..9fc5936224ec17d3618e9703450ddbc47d9737c1 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1304,8 +1304,9 @@ |
| # can use breakpad for these builds. |
| 'release_unwind_tables%': 0, |
| }], |
| - # TODO(jungshik): Turn this on on Android and Chrome OS |
| - ['OS!="android" and chromeos==0', { |
| + # TODO(jshin): Turn this on on CrOS |
| + # Should we also disable this when use_system_icu==1 on Linux? |
|
Mark Mentovai
2014/02/10 20:07:13
No tabs.
|
| + ['chromeos==0 and android_webview_build==0', { |
| 'icu_use_data_file_flag%': 1, |
| }], |
| ], |