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

Unified Diff: webrtc/modules/audio_mixer/BUILD.gn

Issue 2396483002: Made MixerAudioSource a pure interface. (Closed)
Patch Set: 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/audio_mixer/BUILD.gn
diff --git a/webrtc/modules/audio_mixer/BUILD.gn b/webrtc/modules/audio_mixer/BUILD.gn
index 866dcd812f572d5e82aa343df4236fb46ce5fabe..763b6641420f6595733e82471b0978412d51eed9 100644
--- a/webrtc/modules/audio_mixer/BUILD.gn
+++ b/webrtc/modules/audio_mixer/BUILD.gn
@@ -21,6 +21,8 @@ rtc_static_library("audio_mixer") {
"audio_mixer_defines.h",
"audio_mixer_impl.cc",
"audio_mixer_impl.h",
+ "audio_source_with_mix_status.cc",
+ "audio_source_with_mix_status.h",
]
public = [
@@ -32,6 +34,7 @@ rtc_static_library("audio_mixer") {
deps = [
"../..:webrtc_common",
+ "../../base:gtest_prod",
aleloi 2016/10/04 13:37:15 To make the tests friends with AudioMixerImpl::Cre
"../../base:rtc_base_approved",
"../../modules/audio_processing",
"../../modules/utility",
« no previous file with comments | « no previous file | webrtc/modules/audio_mixer/audio_mixer.gypi » ('j') | webrtc/modules/audio_mixer/audio_mixer_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698