| Index: build/android/pylib/gtest/setup.py
|
| diff --git a/build/android/pylib/gtest/setup.py b/build/android/pylib/gtest/setup.py
|
| index 4c767787511089f1ee8042f8925a93fd1b828a7a..b8246e924569352fd5c3c979f5fdc2b171600d0d 100644
|
| --- a/build/android/pylib/gtest/setup.py
|
| +++ b/build/android/pylib/gtest/setup.py
|
| @@ -57,9 +57,11 @@ _WEBRTC_ISOLATE_FILE_PATHS = {
|
| 'system_wrappers/source/system_wrappers_unittests.isolate',
|
| 'test_support_unittests': 'test/test_support_unittests.isolate',
|
| 'tools_unittests': 'tools/tools_unittests.isolate',
|
| + 'video_engine_tests': 'video_engine_tests.isolate',
|
| 'video_engine_core_unittests':
|
| 'video_engine/video_engine_core_unittests.isolate',
|
| 'voice_engine_unittests': 'voice_engine/voice_engine_unittests.isolate',
|
| + 'webrtc_perf_tests': 'webrtc_perf_tests.isolate',
|
| }
|
|
|
| # Append the WebRTC tests with the full path from Chromium's src/ root.
|
|
|