Index: android_webview/libwebviewchromium.gypi |
diff --git a/android_webview/libwebviewchromium.gypi b/android_webview/libwebviewchromium.gypi |
index 43e5df11afdceac80ad518d226525c4fac068a34..0e605f0bc63913061f016d4b2ff6ee573dad19af 100644 |
--- a/android_webview/libwebviewchromium.gypi |
+++ b/android_webview/libwebviewchromium.gypi |
@@ -49,7 +49,7 @@ |
'-Wl,--fatal-warnings', |
], |
}], |
- ['android_webview_build==1 and use_system_stlport==1 and use_system_icu==0', { |
+ ['android_webview_build==1 and use_system_stlport==1', { |
# ICU requires RTTI, which is not present in the system's stlport, so |
# we have to include gabi++. We can't include it in icu.gyp because |
# link_settings cannot be used inside target_conditions. This will be |