| 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 ff12d82ad9c8c2900c56365b431aae9c717c61c4..fd143d60d58bbec9c088c0b7556367312f2178c0 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):
|
|
|