Files
platform-external-webrtc/webrtc/modules/audio_mixer/DEPS
aleloi 77ad394fa6 A simple copy of the old audio mixer to a new directory.
I have added build files and renamed the mixer so that it doesn't conflict with the old one. The header includes now point to this copy of the mixer. I have also fixed some of the more obvious cases of style guide non-conformance and run 'PRESUBMIT' on the old mixer.

This is a first step in the creation of a new mixing module that will replace AudioConferencMixer and OutputMixer.

NOTRY=True

Review-Url: https://codereview.webrtc.org/2104363003
Cr-Commit-Position: refs/heads/master@{#13378}
2016-07-04 13:33:09 +00:00

16 lines
406 B
Python

include_rules = [
"+webrtc/base",
"+webrtc/call",
"+webrtc/common_audio",
"+webrtc/modules/audio_coding",
"+webrtc/modules/audio_conference_mixer",
"+webrtc/modules/audio_device",
"+webrtc/modules/audio_processing",
"+webrtc/modules/media_file",
"+webrtc/modules/pacing",
"+webrtc/modules/rtp_rtcp",
"+webrtc/modules/utility",
"+webrtc/system_wrappers",
"+webrtc/voice_engine",
]