Chromium Code Reviews

Unified Diff: webrtc/modules/audio_mixer/audio_mixer.gypi

Issue 2230823004: Added a level indicator to new mixer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@mixer_gn_fixes
Patch Set: Fixed audio mixer volume tests, inited SPL. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/audio_mixer/audio_mixer.gypi
diff --git a/webrtc/modules/audio_mixer/audio_mixer.gypi b/webrtc/modules/audio_mixer/audio_mixer.gypi
index 5b2ebe639b1bd295b7b5f90013707fc90a2ca476..38d5b917c3a94ca02a33f009a0784d247df2af51 100644
--- a/webrtc/modules/audio_mixer/audio_mixer.gypi
+++ b/webrtc/modules/audio_mixer/audio_mixer.gypi
@@ -16,6 +16,7 @@
'webrtc_utility',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
'<(webrtc_root)/base/base.gyp:rtc_base_approved',
+ '<(webrtc_root)/voice_engine/voice_engine.gyp:level_indicator',
],
'sources': [
'audio_frame_manipulator.cc',

Powered by Google App Engine