| Index: webrtc/voice_engine/BUILD.gn
|
| diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
|
| index 5e1cbd453c1f715ec26a224331e8809f0d5908c7..a00168c1505fb926bf0b8fa38b4dd856a2a3b806 100644
|
| --- a/webrtc/voice_engine/BUILD.gn
|
| +++ b/webrtc/voice_engine/BUILD.gn
|
| @@ -137,6 +137,10 @@ rtc_static_library("voice_engine") {
|
| "../api/audio_codecs:builtin_audio_decoder_factory",
|
| "../audio/utility:audio_frame_operations",
|
| "../base:rtc_base_approved",
|
| +
|
| + # TODO(nisse): Delete when declaration of RtpTransportController
|
| + # and related interfaces move to api/.
|
| + "../call:call_interfaces",
|
| "../common_audio",
|
| "../logging:rtc_event_log_api",
|
| "../modules/audio_coding:audio_format_conversion",
|
|
|