Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3277)

Unified Diff: build/android/pylib/base/test_instance_factory.py

Issue 2488453002: [android] Remove pylib/{remote,uirobot}. (Closed)
Patch Set: Remove remote_device_dummy_apk from rules.gni. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/pylib/base/environment_factory.py ('k') | build/android/pylib/base/test_run_factory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/base/test_instance_factory.py
diff --git a/build/android/pylib/base/test_instance_factory.py b/build/android/pylib/base/test_instance_factory.py
index 5cc3723798477b37411d352306c80905add868f2..2d0d83f742be6049881e33c0bd104821d3258e20 100644
--- a/build/android/pylib/base/test_instance_factory.py
+++ b/build/android/pylib/base/test_instance_factory.py
@@ -5,7 +5,6 @@
from pylib.gtest import gtest_test_instance
from pylib.instrumentation import instrumentation_test_instance
from pylib.perf import perf_test_instance
-from pylib.uirobot import uirobot_test_instance
from pylib.utils import isolator
@@ -19,7 +18,5 @@ def CreateTestInstance(args, error_func):
args, isolator.Isolator(), error_func)
elif args.command == 'perf':
return perf_test_instance.PerfTestInstance(args, error_func)
- elif args.command == 'uirobot':
- return uirobot_test_instance.UirobotTestInstance(args, error_func)
error_func('Unable to create %s test instance.' % args.command)
« no previous file with comments | « build/android/pylib/base/environment_factory.py ('k') | build/android/pylib/base/test_run_factory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698