diff options
author | wangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 23:32:56 +0000 |
---|---|---|
committer | wangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 23:32:56 +0000 |
commit | 8a28cadd4e088407959dd8b28578bd3beafd4711 (patch) | |
tree | 16a26899d5fe7c5b52e1347a5d88591a52c3a345 /build/all_android.gyp | |
parent | b61fbe0f0b68483dd90fb08964d1af6709c202bf (diff) | |
download | chromium_src-8a28cadd4e088407959dd8b28578bd3beafd4711.zip chromium_src-8a28cadd4e088407959dd8b28578bd3beafd4711.tar.gz chromium_src-8a28cadd4e088407959dd8b28578bd3beafd4711.tar.bz2 |
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=sky
Review URL: http://codereview.chromium.org/10224004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135484 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all_android.gyp')
-rw-r--r-- | build/all_android.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index 424425a..ad99339 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -60,6 +60,7 @@ # Unit test bundles packaged as an apk. '../base/base.gyp:base_unittests_apk', '../ipc/ipc.gyp:ipc_tests_apk', + '../ui/ui.gyp:ui_unittests_apk', ], }] ], @@ -81,7 +82,6 @@ 'type': 'none', 'dependencies': [ '../content/content.gyp:content_browsertests', - '../ui/ui.gyp:gfx_unittests', ], }, ], # targets |