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:
@ -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 = []
|
||||
|
Reference in New Issue
Block a user