summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
diff options
context:
space:
mode:
authorwangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-05 03:11:38 +0000
committerwangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-05 03:11:38 +0000
commitc205e0cb8ee0ab65276ce7e34f263bc85abe0bd4 (patch)
tree5f3bd6363b025f7bd9fc6b3e7f34431984fc257c /base/base.gypi
parent311a9861915caf8842c121d56c201ba436a49dc2 (diff)
downloadchromium_src-c205e0cb8ee0ab65276ce7e34f263bc85abe0bd4.zip
chromium_src-c205e0cb8ee0ab65276ce7e34f263bc85abe0bd4.tar.gz
chromium_src-c205e0cb8ee0ab65276ce7e34f263bc85abe0bd4.tar.bz2
Reapply "Changes according to review comments"
Fixed an "unused variable" issue of the original CL (http://codereview.chromium.org/10224004/). Use Android API for GetDisplayNameForLocale(). Using Android API, we can reduce the data size of ICU and thus reduce the binary size of chromium-android. BUG=none TEST=L10nUtilTest.GetDisplayNameForLocale,L10nUtilTest.GetDisplayNameForCountry TBR=jrg@chromium.org,isherman@chromium.org,mark@chromium.org,jshin@chromium.org,rvargas@chromium.org Review URL: http://codereview.chromium.org/10310029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r--base/base.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi
index 4c96ebd..c19658f 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -39,6 +39,8 @@
'android/jni_registrar.h',
'android/jni_string.cc',
'android/jni_string.h',
+ 'android/locale_utils.cc',
+ 'android/locale_utils.h',
'android/path_utils.cc',
'android/path_utils.h',
'at_exit.cc',
@@ -696,6 +698,7 @@
'dependencies': [
'symbolize',
'../third_party/ashmem/ashmem.gyp:ashmem',
+ '../third_party/icu/icu.gyp:icuuc',
'base_java',
'base_jni_headers',
],