Skip to content

Commit

Permalink
Add dependencies to the new webrtc target api:media_stream_interface
Browse files Browse the repository at this point in the history
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/+/1808841
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Olga Sharonova <olka@chromium.org>
Commit-Queue: Niels Möller <nisse@chromium.org>
Cr-Commit-Position: refs/heads/master@{#697216}
  • Loading branch information
Niels Möller authored and Commit Bot committed Sep 17, 2019
1 parent c69c771 commit 704275a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/renderer/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions media/webrtc/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions third_party/blink/public/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 704275a

Please sign in to comment.