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

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: 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..da99a3472709a94327a877aedcb11d0878f5dfe4 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,
stuartmorgan 2012/08/14 15:37:53 Oh, one other thing. We should add a % to the end
blundell 2012/08/16 08:06:04 Done.
'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