Commit f7472686 authored by pbos@chromium.org's avatar pbos@chromium.org

Add .isolate for new webrtc targets in setup.py.

Adds isolate mapping for video_engine_tests and webrtc_perf_tests in
build/android/pylib/gtest/setup.py so that they are detected by
test_runner.py.

BUG=webrtc:2462, webrtc:3423
R=kjellander@chromium.org

Review URL: https://codereview.chromium.org/307003003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273861 0039d316-1c4b-4281-b951-d872f2087c98
parent 7835114c
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment