| Index: webrtc/modules/audio_mixer/BUILD.gn
|
| diff --git a/webrtc/modules/audio_mixer/BUILD.gn b/webrtc/modules/audio_mixer/BUILD.gn
|
| index 507553355fca8938be50a07f6e0ce53d497fda40..340f62ea8b4dfd40e00db4fe6cec03d5ac048ff3 100644
|
| --- a/webrtc/modules/audio_mixer/BUILD.gn
|
| +++ b/webrtc/modules/audio_mixer/BUILD.gn
|
| @@ -69,6 +69,8 @@ if (rtc_include_tests) {
|
| sources = [
|
| "audio_frame_manipulator_unittest.cc",
|
| "audio_mixer_impl_unittest.cc",
|
| + "frame_combiner_test_tools.cc",
|
| + "frame_combiner_test_tools.h",
|
| "frame_combiner_unittest.cc",
|
| ]
|
| deps = [
|
|
|