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

Unified Diff: webrtc/api/api.gyp

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
Index: webrtc/api/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index b50dfd568373e251cc53d5f53a328d10f89f1ace..70efb5a27e84d9fce50cf827caf1da20753c7c27 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -99,6 +99,7 @@
'type': 'static_library',
'dependencies': [
# TODO(kjellander): Add remaining dependencies when webrtc:4243 is done.
+ ':audio_mixer_api',
'<(webrtc_root)/base/base.gyp:rtc_base_approved',
'<(webrtc_root)/common.gyp:webrtc_common',
'<(webrtc_root)/modules/modules.gyp:audio_encoder_interface',

Powered by Google App Engine
This is Rietveld 408576698