Chromium Code Reviews| 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 1ec0a4d26dea7293515528340a5e4b78019d712c..41ddf6b9e0991d06a532a59a9efc1e29cebf8621 100644 |
| --- a/webrtc/modules/audio_mixer/audio_mixer.gypi |
| +++ b/webrtc/modules/audio_mixer/audio_mixer.gypi |
| @@ -9,19 +9,18 @@ |
| { |
| 'targets': [ |
| { |
| - 'target_name': 'audio_mixer', |
| + 'target_name': 'audio_mixer_impl', |
| 'type': 'static_library', |
| 'dependencies': [ |
| 'audio_processing', |
| 'webrtc_utility', |
| - '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
| '<(webrtc_root)/base/base.gyp:rtc_base_approved', |
| - '<(webrtc_root)/voice_engine/voice_engine.gyp:level_indicator', |
| + '<(webrtc_root)/api/api.gyp:audio_mixer_api', |
|
kjellander_webrtc
2016/10/13 00:57:47
sort
aleloi
2016/10/13 09:25:22
Done.
|
| + '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
| ], |
| 'sources': [ |
| 'audio_frame_manipulator.cc', |
| 'audio_frame_manipulator.h', |
| - 'audio_mixer.h', |
| 'audio_mixer_impl.cc', |
| 'audio_mixer_impl.h', |
| 'audio_source_with_mix_status.cc', |