| Index: webrtc/voice_engine/BUILD.gn
|
| diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
|
| index 5e1cbd453c1f715ec26a224331e8809f0d5908c7..e2082c48b01dc8fc6d1a4f77dd562da8fd659d6a 100644
|
| --- a/webrtc/voice_engine/BUILD.gn
|
| +++ b/webrtc/voice_engine/BUILD.gn
|
| @@ -68,6 +68,8 @@ rtc_static_library("file_recorder") {
|
|
|
| rtc_static_library("voice_engine") {
|
| sources = [
|
| + "audio_frame_pool.cc",
|
| + "audio_frame_pool.h",
|
| "channel.cc",
|
| "channel.h",
|
| "channel_manager.cc",
|
| @@ -137,6 +139,7 @@ rtc_static_library("voice_engine") {
|
| "../api/audio_codecs:builtin_audio_decoder_factory",
|
| "../audio/utility:audio_frame_operations",
|
| "../base:rtc_base_approved",
|
| + "../base:rtc_task_queue",
|
| "../common_audio",
|
| "../logging:rtc_event_log_api",
|
| "../modules/audio_coding:audio_format_conversion",
|
|
|