| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 43f73de1845bbf7255a8ae320a09b397e14bb083..b0addfa6b35b90903ec837f2ca1f6108428ccd28 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?
|
| + ['chromeos==0 and android_webview_build==0', {
|
| 'icu_use_data_file_flag%': 1,
|
| }],
|
| ],
|
|
|