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

Unified Diff: webrtc/modules/audio_processing/BUILD.gn

Issue 1398473004: Changed queue implementation to the proposed vector-based solution. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@lock_unittest_CL
Patch Set: Created 5 years, 2 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
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",

Powered by Google App Engine
This is Rietveld 408576698