diff options
author | wangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-02 20:09:43 +0000 |
---|---|---|
committer | wangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-02 20:09:43 +0000 |
commit | c2a9d3f938d03fbe068fe78233681356219b77c9 (patch) | |
tree | 5fb6886fce3a36764947d2c76407678557766e36 /build/all_android.gyp | |
parent | f48945c52495a794fc625a409d942f065f3099b7 (diff) | |
download | chromium_src-c2a9d3f938d03fbe068fe78233681356219b77c9.zip chromium_src-c2a9d3f938d03fbe068fe78233681356219b77c9.tar.gz chromium_src-c2a9d3f938d03fbe068fe78233681356219b77c9.tar.bz2 |
Enable ui_unittests in Android build
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9958026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130188 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all_android.gyp')
-rw-r--r-- | build/all_android.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index 0c43df0..bfc1bc9 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -35,6 +35,7 @@ '../sql/sql.gyp:sql_unittests', '../ipc/ipc.gyp:ipc_tests', '../net/net.gyp:net_unittests', + '../ui/ui.gyp:ui_unittests', '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*', # From here down: not added to run_tests.py yet. '../jingle/jingle.gyp:jingle_unittests', |