diff options
author | wangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-05 03:11:38 +0000 |
---|---|---|
committer | wangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-05 03:11:38 +0000 |
commit | c205e0cb8ee0ab65276ce7e34f263bc85abe0bd4 (patch) | |
tree | 5f3bd6363b025f7bd9fc6b3e7f34431984fc257c /build/all_android.gyp | |
parent | 311a9861915caf8842c121d56c201ba436a49dc2 (diff) | |
download | chromium_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 '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 |