commit | df9e4d9fce7c0477299bdafb22aad59715f591e3 | [log] [tgz] |
---|---|---|
author | aleloi <aleloi@webrtc.org> | Mon Aug 08 10:26:09 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Aug 08 17:26:17 2016 +0000 |
tree | a79435018a9bf63fc7ae6282724050d1c2e3d818 | |
parent | 6382a19dc462c7b94c5b442f83b8910f9f4a43a1 [diff] [blame] |
Added new mixer folder to CPPLINT_DIRS. Fixed one small issue. NOTRY=True Review-Url: https://codereview.webrtc.org/2228503003 Cr-Commit-Position: refs/heads/master@{#13677}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 9d813b1..00bcc3e 100755 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py
@@ -20,6 +20,7 @@ 'webrtc/call', 'webrtc/common_video', 'webrtc/examples', + 'webrtc/modules/audio_mixer', 'webrtc/modules/bitrate_controller', 'webrtc/modules/congestion_controller', 'webrtc/modules/pacing',