From 3dacb5370ea7ae9c0dd04bde05acaab59bf7085b Mon Sep 17 00:00:00 2001 From: "henrik.lundin" Date: Wed, 5 Oct 2016 05:06:31 -0700 Subject: [PATCH] Add audio_mixer to WATCHLISTS BUG=None TBR=aleloi@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2393843003 Cr-Commit-Position: refs/heads/master@{#14524} --- WATCHLISTS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WATCHLISTS b/WATCHLISTS index e6044ee2a6..f229c3e75c 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -68,6 +68,9 @@ 'neteq': { 'filepath': 'webrtc/modules/audio_coding/neteq/.*', }, + 'audio_mixer': { + 'filepath': 'webrtc/modules/audio_mixer/.*', + }, 'audio_processing': { 'filepath': 'webrtc/modules/audio_processing/.*', }, @@ -148,6 +151,7 @@ 'neteq': ['audio-team@agora.io', 'henrik.lundin@webrtc.org', 'minyue@webrtc.org'], + 'audio_mixer': ['henrik.lundin@webrtc.org'], 'audio_processing': ['aluebs@webrtc.org', 'andrew@webrtc.org', 'audio-team@agora.io',