Index: build/android/pylib/gtest/local_device_gtest_run.py |
diff --git a/build/android/pylib/gtest/local_device_gtest_run.py b/build/android/pylib/gtest/local_device_gtest_run.py |
index c48c8659ed9672049c0260336ea372be86743169..1e3474709a86fd68aab014aee562955ec61f349b 100644 |
--- a/build/android/pylib/gtest/local_device_gtest_run.py |
+++ b/build/android/pylib/gtest/local_device_gtest_run.py |
@@ -30,7 +30,8 @@ _MAX_SHARD_SIZE = 256 |
# TODO(jbudorick): Move this up to the test instance if the net test server is |
# handled outside of the APK for the remote_device environment. |
_SUITE_REQUIRES_TEST_SERVER_SPAWNER = [ |
- 'content_unittests', 'content_browsertests', 'net_unittests', 'unit_tests' |
+ 'components_browsertests', 'content_unittests', 'content_browsertests', |
+ 'net_unittests', 'unit_tests' |
] |
class _ApkDelegate(object): |