Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index fd0548b542c5eae48e640c4a76df7bae3c9f3e8e..15d000b21b115a1eb545a3836fb05bb81cdbd07c 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1307,8 +1307,8 @@ |
# can use breakpad for these builds. |
'release_unwind_tables%': 0, |
}], |
- # TODO(jungshik): Turn this on on Android and CrOS as well. |
- ['OS!="android" and chromeos==0', { |
+ # TODO(jungshik): Turn this on on Android. |
Mark Mentovai
2014/01/28 17:19:47
Use spaces, not tabs.
|
+ ['OS!="android"', { |
'icu_use_data_file_flag%': 1, |
}], |
], |