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

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

Issue 2865113002: AecDump implementation. (Closed)
Patch Set: Clean up of impl code. Created 3 years, 7 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 a3b27dc38887b393e0bbb3f602d0f4c53007c464..0f285302d4d0e8ad0853300a1ba8c63828ec922f 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -578,6 +578,7 @@ if (rtc_include_tests) {
":audioproc_debug_proto",
":audioproc_protobuf_utils",
":audioproc_unittest_proto",
+ "aec_dump:aec_dump_unittests",
]
sources += [
"aec3/adaptive_fir_filter_unittest.cc",
@@ -727,10 +728,12 @@ if (rtc_include_tests) {
":audioproc_test_utils",
"../../base:protobuf_utils",
"../../base:rtc_base_approved",
+ "../../base:rtc_task_queue",
"../../common_audio:common_audio",
"../../system_wrappers",
"../../system_wrappers:system_wrappers_default",
"../../test:test_support",
+ "aec_dump",
"//testing/gtest",
"//third_party/gflags:gflags",
]
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/aec_dump/BUILD.gn » ('j') | webrtc/modules/audio_processing/aec_dump/aec_dump.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698