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

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

Issue 2249213005: Removals and renamings in the new audio mixer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@new_tests_in_mixer
Patch Set: Set local vars const in tests. 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.cc ('k') | webrtc/modules/audio_mixer/audio_mixer_impl.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 38d5b917c3a94ca02a33f009a0784d247df2af51..26b314f9fdc8822c75115bda06369d7347650fe1 100644
--- a/webrtc/modules/audio_mixer/audio_mixer.gypi
+++ b/webrtc/modules/audio_mixer/audio_mixer.gypi
@@ -9,7 +9,7 @@
{
'targets': [
{
- 'target_name': 'new_audio_conference_mixer',
+ 'target_name': 'audio_mixer',
'type': 'static_library',
'dependencies': [
'audio_processing',
@@ -21,23 +21,10 @@
'sources': [
'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',
- ],
- },
- {
- 'target_name': 'audio_mixer',
- 'type': 'static_library',
- 'dependencies': [
- 'new_audio_conference_mixer',
- 'webrtc_utility',
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
- ],
- 'sources': [
'audio_mixer.h',
- 'audio_mixer.cc',
+ 'audio_mixer_defines.h',
+ 'audio_mixer_impl.cc',
+ 'audio_mixer_impl.h',
],
},
], # targets
« no previous file with comments | « webrtc/modules/audio_mixer/audio_mixer.cc ('k') | webrtc/modules/audio_mixer/audio_mixer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698