Move pc/media_stream_track.h to the api/ directory
This file is being accessed from Chrome. Moving it lessens the dependency of Chrome on files in the pc/ directory, and allows easier refactoring of pc/. Bug: webrtc:11967 Change-Id: Iccd568f84e9cf4086e37c58db1b4cba6c376f413 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/187489 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32378}
This commit is contained in:
committed by
Commit Bot
parent
72cc54c5b8
commit
9cb42c8690
@ -98,6 +98,7 @@ rtc_library("media_stream_interface") {
|
||||
sources = [
|
||||
"media_stream_interface.cc",
|
||||
"media_stream_interface.h",
|
||||
"media_stream_track.h",
|
||||
"notifier.h",
|
||||
]
|
||||
deps = [
|
||||
|
||||
Reference in New Issue
Block a user