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

Unified Diff: webrtc/api/BUILD.gn

Issue 2456363002: Added audio mixer and removed audio device module in AudioState::Config. (Closed)
Patch Set: Removed default initializer. Created 4 years, 1 month 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
« no previous file with comments | « no previous file | webrtc/api/api.gyp » ('j') | webrtc/api/call/audio_state.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index 3a33796123b75d4bc0ff5d7ccecca548b8d9bfb1..c217ab02aced13a4f1a0c4580c047eede64112e5 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -36,6 +36,7 @@ rtc_source_set("call_api") {
deps = [
# TODO(kjellander): Add remaining dependencies when webrtc:4243 is done.
+ ":audio_mixer_api",
"..:webrtc_common",
"../base:rtc_base_approved",
"../modules/audio_coding:audio_encoder_interface",
« no previous file with comments | « no previous file | webrtc/api/api.gyp » ('j') | webrtc/api/call/audio_state.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698