Commit df99642e authored by Sean Topping's avatar Sean Topping Committed by Commit Bot

[Chromecast] Add webrtc deps for Chromecast targets

They were removed in:
  https://webrtc-review.googlesource.com/c/src/+/154344

Bug: internal b/144781004
Test: CQ
Change-Id: Iec0bc6e6c3ebf2bef238229ce7fe8a6f1dbf716f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1955563Reviewed-by: default avatarMirko Bonadei <mbonadei@chromium.org>
Commit-Queue: Sean Topping <seantopping@chromium.org>
Cr-Commit-Position: refs/heads/master@{#723462}
parent 0998bbb0
......@@ -87,6 +87,16 @@ component("webrtc_component") {
"//third_party/webrtc/stats:rtc_stats_test_utils",
"//third_party/webrtc/system_wrappers",
]
if (is_chromecast) {
public_deps += [
"//third_party/webrtc/api/audio:audio_frame_api",
"//third_party/webrtc/api/video:encoded_image",
"//third_party/webrtc/media:rtc_media_engine_defaults",
"//third_party/webrtc/modules/audio_device:audio_device_default",
"//third_party/webrtc/modules/audio_mixer:audio_mixer_impl",
"//third_party/webrtc/modules/video_coding:codec_globals_headers",
]
}
if (is_chromecast || is_nacl) {
# For chromecast and NaCL, provide a default field trial implementation.
public_deps += [ "//third_party/webrtc/system_wrappers:field_trial" ]
......
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