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

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

Issue 2396483002: Made MixerAudioSource a pure interface. (Closed)
Patch Set: Small changes in response to reviewer comments. 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..ef396ea4bd05c2535110b9f0b8d050c1c0bb5d65 100644
--- a/webrtc/modules/audio_mixer/BUILD.gn
+++ b/webrtc/modules/audio_mixer/BUILD.gn
@@ -17,10 +17,11 @@ rtc_static_library("audio_mixer") {
"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",
]
public = [
@@ -32,6 +33,7 @@ rtc_static_library("audio_mixer") {
deps = [
"../..:webrtc_common",
+ "../../base:gtest_prod",
the sun 2016/10/06 09:50:31 not needed?
aleloi 2016/10/06 12:17:12 Removed.
"../../base:rtc_base_approved",
"../../modules/audio_processing",
"../../modules/utility",
« no previous file with comments | « no previous file | webrtc/modules/audio_mixer/audio_frame_manipulator.h » ('j') | webrtc/modules/audio_mixer/audio_mixer.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698