diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 23:55:30 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 23:55:30 +0000 |
commit | bfa7842bbaf0b94006bc92d90abf6bf5e4d9bef0 (patch) | |
tree | 11c805a2088330160760202032d1d6159c665e6a /build/all_android.gyp | |
parent | 9b0c7c409dbbec7cce198f443a25cb2f368c0837 (diff) | |
download | chromium_src-bfa7842bbaf0b94006bc92d90abf6bf5e4d9bef0.zip chromium_src-bfa7842bbaf0b94006bc92d90abf6bf5e4d9bef0.tar.gz chromium_src-bfa7842bbaf0b94006bc92d90abf6bf5e4d9bef0.tar.bz2 |
Revert 135484 - Use Android API for GetDisplayNameForLocale().
failure:
http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28x86%29/builds/4835/steps/BuildTarget/logs/stdio
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
TBR=wangxianzhu@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10380018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135490 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 ad99339..424425a 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -60,7 +60,6 @@ # 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', ], }] ], @@ -82,6 +81,7 @@ 'type': 'none', 'dependencies': [ '../content/content.gyp:content_browsertests', + '../ui/ui.gyp:gfx_unittests', ], }, ], # targets |