diff options
author | mikecase <mikecase@chromium.org> | 2015-10-20 08:47:41 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-20 15:48:17 +0000 |
commit | f14473109ad5202472441457f0b8abb2527e6777 (patch) | |
tree | 5ad30d88c671e986f1f30e07eae45ca0e671f169 /build/all.gyp | |
parent | c5ec65bf9d33458969ab2248d41b3e39b7d8af3f (diff) | |
download | chromium_src-f14473109ad5202472441457f0b8abb2527e6777.zip chromium_src-f14473109ad5202472441457f0b8abb2527e6777.tar.gz chromium_src-f14473109ad5202472441457f0b8abb2527e6777.tar.bz2 |
[Android] Remove unused uiautomator test code.
We switched our downstream uiautomator to use the unbundled uiautomator
code (in src/thirdparty/ub-uiautomator). These tests are run as
instrumentation tests. Currently, no tests use the shell-based Android
uiautomator and so there is no sense keeping the code that
builds and runs shell-based uiautomator tests. If we add new uiautomator
tests, they will just use the ub-uiautomator.
BUG=
Review URL: https://codereview.chromium.org/1408993004
Cr-Commit-Position: refs/heads/master@{#355070}
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index c87fc2d..ef9ad98 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -876,7 +876,6 @@ '../chrome/android/chrome_apk.gyp:chrome_public_test_apk', '../chrome/android/chrome_apk.gyp:chrome_sync_shell_test_apk', '../chrome/chrome.gyp:chrome_junit_tests', - '../chrome/chrome.gyp:chrome_uiautomator_tests', '../chrome/chrome.gyp:chromedriver_webview_shell_apk', '../chrome/chrome.gyp:unit_tests_apk', '../third_party/custom_tabs_client/custom_tabs_client.gyp:custom_tabs_client_example_apk', |