New (empty) build target api:media_stream_interface

Will be populated in a later cl.

Bug: webrtc:8733
Change-Id: I7e136645380d2264697c72f2d49403b3b9f0f044
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/153341
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29203}
This commit is contained in:
Niels Möller
2019-09-17 10:16:05 +02:00
committed by Commit Bot
parent 172218295b
commit c1c6284cd1

View File

@ -98,6 +98,13 @@ rtc_source_set("rtp_packet_info") {
]
}
rtc_source_set("media_stream_interface") {
visibility = [ "*" ]
# TODO(bugs.webrtc.org/8733): The files "media_stream_interface.cc",
# "media_stream_interface.h", and "notifier.h" should be moved into
# this target.
}
rtc_static_library("libjingle_peerconnection_api") {
visibility = [ "*" ]
cflags = []