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

Unified Diff: voice_engine/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 | « test/mock_voe_channel_proxy.h ('k') | voice_engine/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: voice_engine/BUILD.gn
diff --git a/voice_engine/BUILD.gn b/voice_engine/BUILD.gn
index b9af474cab5f32ed9493a902f73eccf2c2e067a9..444c5fd8e6e2549292ea9bfcc10a6824b4b10bfe 100644
--- a/voice_engine/BUILD.gn
+++ b/voice_engine/BUILD.gn
@@ -19,8 +19,6 @@ rtc_static_library("voice_engine") {
"include/voe_base.h",
"include/voe_errors.h",
"monitor_module.h",
- "output_mixer.cc",
- "output_mixer.h",
"shared_data.cc",
"shared_data.h",
"statistics.cc",
@@ -74,7 +72,6 @@ rtc_static_library("voice_engine") {
"../modules:module_api",
"../modules/audio_coding:audio_format_conversion",
"../modules/audio_coding:rent_a_codec",
- "../modules/audio_conference_mixer",
"../modules/audio_device",
"../modules/audio_processing",
"../modules/bitrate_controller",
@@ -109,7 +106,6 @@ if (rtc_include_tests) {
"../common_audio",
"../modules:module_api",
"../modules/audio_coding",
- "../modules/audio_conference_mixer",
"../modules/audio_device",
"../modules/audio_processing",
"../modules/media_file",
« no previous file with comments | « test/mock_voe_channel_proxy.h ('k') | voice_engine/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698