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

Unified Diff: build/common.gypi

Issue 10829320: Load ICU data from file on iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 years, 4 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
« no previous file with comments | « base/i18n/icu_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 4165e191f9d9ded80b9de547358e43548d9a7dec..407189eaefeecdf3201c977be73266ba918b3a04 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -896,6 +896,7 @@
}], # os_posix==1 and OS!="mac" and OS!="ios"
['OS=="ios"', {
'disable_nacl%': 1,
+ 'icu_use_data_file_flag%': 1,
'use_system_bzip2%': 1,
'use_system_libxml%': 1,
'use_system_sqlite%': 1,
« no previous file with comments | « base/i18n/icu_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698