Remove ortc folder.

Since it is currently unused and not actively maintained, code under
ortc/ will be deleted by this CL.

Bug: webrtc:9824
Change-Id: I20f890b1a1e5e1dbd2b3949af916ae0a6bc8a032
Reviewed-on: https://webrtc-review.googlesource.com/c/102601
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Steve Anton <steveanton@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25082}
This commit is contained in:
Mirko Bonadei
2018-10-04 15:54:14 +02:00
committed by Commit Bot
parent 88b68ace17
commit 2558c4e938
27 changed files with 0 additions and 6125 deletions

View File

@ -28,7 +28,6 @@ TESTS = [
'rtc_pc_unittests',
'rtc_media_unittests',
'peerconnection_unittests',
'ortc_unittests',
'modules_unittests',
'modules_tests',
'low_bandwidth_audio_test',

View File

@ -27,9 +27,6 @@
{
"app": "modules_unittests"
},
{
"app": "ortc_unittests"
},
{
"app": "rtc_media_unittests"
},

View File

@ -12,9 +12,6 @@
{
"app": "modules_unittests"
},
{
"app": "ortc_unittests"
},
{
"app": "rtc_pc_unittests"
},

View File

@ -82,10 +82,6 @@
"label": "//modules:modules_unittests",
"type": "windowed_test_launcher",
},
"ortc_unittests": {
"label": "//ortc:ortc_unittests",
"type": "console_test_launcher",
},
"peerconnection_unittests": {
"label": "//pc:peerconnection_unittests",
"type": "console_test_launcher",