This CL separates the files under sdk/objc into logical directories, replacing the previous file layout under Framework/. A long term goal is to have some system set up to generate the files under sdk/objc/api (the PeerConnection API wrappers) from the C++ code. In the shorter term the goal is to abstract out shared concepts from these classes in order to make them as uniform as possible. The separation into base/, components/, and helpers/ are to differentiate between the base layer's common protocols, various utilities and the actual platform specific components. The old directory layout that resembled a framework's internal layout is not necessary, since it is generated by the framework target when building it. Bug: webrtc:9627 Change-Id: Ib084fd83f050ae980649ca99e841f4fb0580bd8f Reviewed-on: https://webrtc-review.googlesource.com/94142 Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Commit-Queue: Anders Carlsson <andersc@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24493}
65 lines
996 B
JSON
65 lines
996 B
JSON
{
|
|
"tests": [
|
|
{
|
|
"app": "apprtcmobile_tests",
|
|
"xctest": true
|
|
},
|
|
{
|
|
"app": "sdk_unittests",
|
|
"xctest": true
|
|
},
|
|
{
|
|
"app": "sdk_framework_unittests",
|
|
"xctest": true
|
|
},
|
|
{
|
|
"app": "audio_decoder_unittests"
|
|
},
|
|
{
|
|
"app": "common_audio_unittests"
|
|
},
|
|
{
|
|
"app": "common_video_unittests"
|
|
},
|
|
{
|
|
"app": "modules_tests"
|
|
},
|
|
{
|
|
"app": "modules_unittests"
|
|
},
|
|
{
|
|
"app": "ortc_unittests"
|
|
},
|
|
{
|
|
"app": "rtc_media_unittests"
|
|
},
|
|
{
|
|
"app": "rtc_pc_unittests"
|
|
},
|
|
{
|
|
"app": "rtc_stats_unittests"
|
|
},
|
|
{
|
|
"app": "rtc_unittests"
|
|
},
|
|
{
|
|
"app": "system_wrappers_unittests"
|
|
},
|
|
{
|
|
"app": "test_support_unittests"
|
|
},
|
|
{
|
|
"app": "tools_unittests"
|
|
},
|
|
{
|
|
"app": "video_capture_tests"
|
|
},
|
|
{
|
|
"app": "video_engine_tests"
|
|
},
|
|
{
|
|
"app": "webrtc_nonparallel_tests"
|
|
}
|
|
]
|
|
}
|