| Index: build/android/pylib/gtest/gtest_config.py
|
| diff --git a/build/android/pylib/gtest/gtest_config.py b/build/android/pylib/gtest/gtest_config.py
|
| index 0f2a29408bc664761fa4907b1855e36db689a9a2..f77d8580c84b3f5811dc32f83df8bac43f7d8fe7 100644
|
| --- a/build/android/pylib/gtest/gtest_config.py
|
| +++ b/build/android/pylib/gtest/gtest_config.py
|
| @@ -31,3 +31,18 @@ STABLE_TEST_SUITES = [
|
| 'sandbox_linux_unittests',
|
| 'content_browsertests',
|
| ]
|
| +
|
| +WEBRTC_TEST_SUITES = [
|
| + 'audio_decoder_unittests',
|
| + 'common_audio_unittests',
|
| + 'common_video_unittests',
|
| + 'metrics_unittests',
|
| + 'modules_integrationtests',
|
| + 'modules_unittests',
|
| + 'neteq_unittests',
|
| + 'system_wrappers_unittests',
|
| + 'test_support_unittests',
|
| + 'tools_unittests',
|
| + 'video_engine_core_unittests',
|
| + 'voice_engine_unittests',
|
| +]
|
|
|