Commit 704275aa authored by Niels Möller's avatar Niels Möller Committed by Commit Bot

Add dependencies to the new webrtc target api:media_stream_interface

Intended to enable landing of
https://webrtc-review.googlesource.com/c/src/+/153180

Bug: webrtc:8733
Change-Id: If4eccd18aca2ad76d35beb6f8a492797bb1dc5ad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808841Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Reviewed-by: default avatarOlga Sharonova <olka@chromium.org>
Commit-Queue: Niels Möller <nisse@chromium.org>
Cr-Commit-Position: refs/heads/master@{#697216}
parent c69c7716
......@@ -452,6 +452,7 @@ target(link_target_type, "renderer") {
"//third_party/webrtc/api:callfactory_api",
"//third_party/webrtc/api:libjingle_logging_api",
"//third_party/webrtc/api:libjingle_peerconnection_api",
"//third_party/webrtc/api:media_stream_interface",
"//third_party/webrtc/api:packet_socket_factory",
"//third_party/webrtc/api:rtc_error",
"//third_party/webrtc/api:rtc_stats_api",
......
......@@ -43,6 +43,7 @@ component("webrtc") {
deps += [
"//media",
"//third_party/webrtc/api:libjingle_peerconnection_api",
"//third_party/webrtc/api:media_stream_interface",
"//third_party/webrtc/api/audio:aec3_factory",
"//third_party/webrtc/modules/audio_processing/aec_dump:aec_dump",
"//third_party/webrtc/rtc_base:rtc_task_queue",
......
......@@ -551,6 +551,7 @@ source_set("blink_headers") {
"//services/network/public/mojom",
"//third_party/blink/renderer/platform/wtf:wtf",
"//third_party/webrtc/api:libjingle_peerconnection_api",
"//third_party/webrtc/api:media_stream_interface",
"//third_party/webrtc/api:rtc_error",
"//third_party/webrtc/api:rtc_stats_api",
"//third_party/webrtc/api:rtp_parameters",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment