Delete unused MediaFile module.

Delete the subdirectory modules/media_file, and all references to it.

Bug: none
Change-Id: I19d86420a7d1d51cb6174c914a90484918106c5a
Reviewed-on: https://webrtc-review.googlesource.com/40540
Reviewed-by: Magnus Flodman <mflodman@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21790}
This commit is contained in:
Niels Möller
2018-01-18 09:11:35 +01:00
committed by Commit Bot
parent 88a0c4add3
commit e48c61fca7
16 changed files with 0 additions and 1491 deletions

View File

@ -17,7 +17,6 @@ group("modules") {
"audio_processing",
"bitrate_controller",
"congestion_controller",
"media_file",
"pacing",
"remote_bitrate_estimator",
"rtp_rtcp",
@ -251,7 +250,6 @@ if (rtc_include_tests) {
"audio_processing:audio_processing_unittests",
"bitrate_controller:bitrate_controller_unittests",
"congestion_controller:congestion_controller_unittests",
"media_file:media_file_unittests",
"pacing:pacing_unittests",
"remote_bitrate_estimator:remote_bitrate_estimator_unittests",
"rtp_rtcp:rtp_rtcp_unittests",