Chromium Code Reviews| Index: webrtc/modules/modules.gyp |
| diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp |
| index f114fea93ee62fe891f75cbcb99f05b09362480f..e2c0e7946b5c45b54cba53549b6dd7ef1c52c776 100644 |
| --- a/webrtc/modules/modules.gyp |
| +++ b/webrtc/modules/modules.gyp |
| @@ -58,6 +58,7 @@ |
| 'acm_receive_test', |
| 'acm_send_test', |
| 'audio_coding_module', |
| + 'audio_conference_mixer', |
| 'audio_device' , |
| 'audio_processing', |
| 'audioproc_test_utils', |
| @@ -158,6 +159,7 @@ |
| 'audio_coding/neteq/mock/mock_payload_splitter.h', |
| 'audio_coding/neteq/tools/input_audio_file_unittest.cc', |
| 'audio_coding/neteq/tools/packet_unittest.cc', |
| + 'audio_conference_mixer/test/audio_conference_mixer_unittest.cc', |
|
ajm
2015/08/04 21:09:03
nit: It's more typical to put the unit test alongs
minyue-webrtc
2015/08/25 15:36:12
Ok, but does that mean a big change in 'target_nam
|
| 'audio_processing/aec/echo_cancellation_unittest.cc', |
| 'audio_processing/aec/system_delay_unittest.cc', |
| # TODO(ajm): Fix to match new interface. |