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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2411313003: Split audio mixer into interface and implementation. (Closed)
Patch Set: Capitalize Ssrc Created 4 years, 2 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
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index ff0918e6d4d7c8b06cc15251aa6d580d23297b7b..089bbbfc287882d77debedf0572f6593ebc27577 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -19,7 +19,7 @@ group("modules") {
"audio_coding",
"audio_conference_mixer",
"audio_device",
- "audio_mixer",
+ "audio_mixer:audio_mixer_impl",
"audio_processing",
"bitrate_controller",
"desktop_capture",
@@ -628,6 +628,7 @@ if (rtc_include_tests) {
"../system_wrappers:system_wrappers",
"../test:rtp_test_utils",
"../test:test_common",
+ "../test:test_support",
"../test:test_support_main",
"../test:video_test_common",
"audio_coding",
@@ -644,7 +645,8 @@ if (rtc_include_tests) {
"audio_coding:webrtc_opus",
"audio_conference_mixer",
"audio_device",
- "audio_mixer",
+ "audio_mixer:audio_frame_manipulator",
+ "audio_mixer:audio_mixer_impl",
"audio_processing",
"audio_processing:audioproc_test_utils",
"bitrate_controller",

Powered by Google App Engine
This is Rietveld 408576698