Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(342)

Unified Diff: webrtc/voice_engine/BUILD.gn

Issue 2665693002: Moves channel-dependent audio input processing to separate encoder task queue (Closed)
Patch Set: BUILD changes Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index cb97693232def1a3bec699c9d76c850ceceaca36..7f7d26e2c0abbdc48afc0cbab1b0b1795ea3899b 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -154,6 +154,7 @@ rtc_static_library("voice_engine") {
"../api:transport_api",
"../audio/utility:audio_frame_operations",
"../base:rtc_base_approved",
+ "../base:rtc_task_queue",
"../common_audio",
"../logging:rtc_event_log_api",
"../modules/audio_coding:audio_decoder_factory_interface",

Powered by Google App Engine
This is Rietveld 408576698