Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(629)

Side by Side Diff: webrtc/build/ios/tests/common_tests.json

Issue 1903663002: Build dynamic iOS SDK. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "tests": [ 2 "tests": [
3 { 3 {
4 "app": "audio_decoder_unittests" 4 "app": "audio_decoder_unittests"
5 }, 5 },
6 { 6 {
7 "app": "common_audio_unittests" 7 "app": "common_audio_unittests"
8 }, 8 },
9 { 9 {
10 "app": "common_video_unittests" 10 "app": "common_video_unittests"
11 }, 11 },
12 { 12 {
13 "app": "modules_tests" 13 "app": "modules_tests"
14 }, 14 },
15 { 15 {
16 "app": "rtc_api_objc_tests" 16 "app": "rtc_sdk_peerconnection_objc_tests"
17 }, 17 },
18 { 18 {
19 "app": "rtc_pc_unittests" 19 "app": "rtc_pc_unittests"
20 }, 20 },
21 { 21 {
22 "app": "system_wrappers_unittests" 22 "app": "system_wrappers_unittests"
23 }, 23 },
24 { 24 {
25 "app": "voice_engine_unittests" 25 "app": "voice_engine_unittests"
26 } 26 }
27 ] 27 ]
28 } 28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698