Chromium Code Reviews| Index: webrtc/modules/audio_processing/BUILD.gn |
| diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn |
| index 9a45cecd6c8533ceedd6f73d2d4a7f14e8a8876f..8edb8b83a47c7d1dca47afb645f1d462721abcfb 100644 |
| --- a/webrtc/modules/audio_processing/BUILD.gn |
| +++ b/webrtc/modules/audio_processing/BUILD.gn |
| @@ -88,6 +88,7 @@ source_set("audio_processing") { |
| "rms_level.h", |
| "splitting_filter.cc", |
| "splitting_filter.h", |
| + "swapped_nonblocking_queue.h", |
|
hlundin-webrtc
2015/10/13 06:37:57
I wonder if this should be sitting in common_audio
peah-webrtc
2015/10/13 11:56:11
I think that makes sense! I will move it, but if a
kwiberg-webrtc
2015/10/13 12:09:07
It might be generic enough to merit a place in web
the sun
2015/10/13 12:34:26
Yes, in time. I think first we let it get some mil
peah-webrtc
2015/10/26 08:56:56
Acknowledged.
|
| "three_band_filter_bank.cc", |
| "three_band_filter_bank.h", |
| "transient/common.h", |