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

Unified Diff: webrtc/modules/audio_mixer/audio_mixer.gypi

Issue 2396483002: Made MixerAudioSource a pure interface. (Closed)
Patch Set: Removing dependency 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/audio_mixer.gypi
diff --git a/webrtc/modules/audio_mixer/audio_mixer.gypi b/webrtc/modules/audio_mixer/audio_mixer.gypi
index 43b25a40f6704e8a5c83ca4bf5fb6efb131663d6..dedf8653d00ecb67f1b781d29d33afc4a33d0ad2 100644
--- a/webrtc/modules/audio_mixer/audio_mixer.gypi
+++ b/webrtc/modules/audio_mixer/audio_mixer.gypi
@@ -22,10 +22,11 @@
'audio_frame_manipulator.cc',
'audio_frame_manipulator.h',
'audio_mixer.h',
- 'audio_mixer_defines.cc',
'audio_mixer_defines.h',
'audio_mixer_impl.cc',
'audio_mixer_impl.h',
+ 'audio_source_with_mix_status.cc',
+ 'audio_source_with_mix_status.h',
],
},
], # targets
« no previous file with comments | « webrtc/modules/audio_mixer/audio_frame_manipulator.cc ('k') | webrtc/modules/audio_mixer/audio_mixer_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698