diff options
author | frankf@chromium.org <frankf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-22 21:07:28 +0000 |
---|---|---|
committer | frankf@chromium.org <frankf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-22 21:07:28 +0000 |
commit | 56b39abd5c0605aadb5142be87c9212b734c97e2 (patch) | |
tree | 56813b37f72068558d2482cf97dbad7598482b61 /build/all_android.gyp | |
parent | e496f525d33e61aaaa432de2ee452a5add81ab50 (diff) | |
download | chromium_src-56b39abd5c0605aadb5142be87c9212b734c97e2.zip chromium_src-56b39abd5c0605aadb5142be87c9212b734c97e2.tar.gz chromium_src-56b39abd5c0605aadb5142be87c9212b734c97e2.tar.bz2 |
[Android] Add a dummy uiautomator tests target for chromium testshell.
BUG=226509
Review URL: https://chromiumcodereview.appspot.com/13977004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195592 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 1a3e2ef..a257751 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -103,6 +103,7 @@ '../ui/ui.gyp:ui_unittests_apk', '../android_webview/android_webview.gyp:android_webview_test_apk', '../chrome/chrome.gyp:chromium_testshell_test_apk', + '../chrome/chrome.gyp:chromium_testshell_uiautomator_tests', '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests_apk' ], }], |