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

Unified Diff: PRESUBMIT.py

Issue 3015553002: Remove voe::OutputMixer and AudioConferenceMixer. (Closed)
Patch Set: remove conference mixer from presubmit.py Created 3 years, 3 months 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
« no previous file with comments | « no previous file | audio/audio_receive_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 88e4fb8db10841d6cc5bcb5a76886e7fb36858ba..70c4759d13e9e3f3d2e847f95bbe7647024dba81 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -22,7 +22,6 @@ CPPLINT_BLACKLIST = [
'examples/objc',
'media',
'modules/audio_coding',
- 'modules/audio_conference_mixer',
'modules/audio_device',
'modules/audio_processing',
'modules/desktop_capture',
@@ -74,7 +73,6 @@ NATIVE_API_DIRS = (
LEGACY_API_DIRS = (
'common_audio/include',
'modules/audio_coding/include',
- 'modules/audio_conference_mixer/include',
'modules/audio_processing/include',
'modules/bitrate_controller/include',
'modules/congestion_controller/include',
« no previous file with comments | « no previous file | audio/audio_receive_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698