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

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

Issue 2238803002: Changed folder structure in new mixer and fixed simple lint errors. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Small changes in response to comments. Created 4 years, 4 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 | « webrtc/modules/audio_mixer/audio_mixer.h ('k') | webrtc/modules/audio_mixer/audio_mixer_defines.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4253c20c392d1600c99d0998e46ded11bba0dc56..5b2ebe639b1bd295b7b5f90013707fc90a2ca476 100644
--- a/webrtc/modules/audio_mixer/audio_mixer.gypi
+++ b/webrtc/modules/audio_mixer/audio_mixer.gypi
@@ -18,10 +18,12 @@
'<(webrtc_root)/base/base.gyp:rtc_base_approved',
],
'sources': [
- 'include/new_audio_conference_mixer.h',
- 'include/audio_mixer_defines.h',
- 'source/new_audio_conference_mixer_impl.cc',
- 'source/new_audio_conference_mixer_impl.h',
+ 'audio_frame_manipulator.cc',
+ 'audio_frame_manipulator.h',
+ 'new_audio_conference_mixer.h',
+ 'audio_mixer_defines.h',
+ 'new_audio_conference_mixer_impl.cc',
+ 'new_audio_conference_mixer_impl.h',
],
},
{
« no previous file with comments | « webrtc/modules/audio_mixer/audio_mixer.h ('k') | webrtc/modules/audio_mixer/audio_mixer_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698