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

Unified Diff: modules/BUILD.gn

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 | « audio/audio_receive_stream.cc ('k') | modules/audio_conference_mixer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/BUILD.gn
diff --git a/modules/BUILD.gn b/modules/BUILD.gn
index 7394724afb4afd5374072af85238be3066b9b8f9..5d4987e8c7b51da0b92f386ca472c2e22bc4ac08 100644
--- a/modules/BUILD.gn
+++ b/modules/BUILD.gn
@@ -12,7 +12,6 @@ import("audio_coding/audio_coding.gni")
group("modules") {
public_deps = [
"audio_coding",
- "audio_conference_mixer",
"audio_device",
"audio_mixer",
"audio_processing",
@@ -232,7 +231,6 @@ if (rtc_include_tests) {
":module_api",
"../test:test_main",
"audio_coding:audio_coding_unittests",
- "audio_conference_mixer:audio_conference_mixer_unittests",
"audio_device:audio_device_unittests",
"audio_mixer:audio_mixer_unittests",
"audio_processing:audio_processing_unittests",
« no previous file with comments | « audio/audio_receive_stream.cc ('k') | modules/audio_conference_mixer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698