Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(636)

Unified Diff: build/common.gypi

Issue 156333002: Enable icu_use_data_file_flag on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: icudtl.dat made readable Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
}],
],

Powered by Google App Engine
This is Rietveld 408576698