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

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

Issue 2838133003: Implementation of new AecDump interface. (Closed)
Patch Set: Complete and tested AecDump implementation. Created 3 years, 8 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 4e00328e48ed0f81ce82f2921c267f77dd7bfe3a..970f7a7f31fc4a289600a3dbefc99cc324fb1a6c 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -738,10 +738,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",
]

Powered by Google App Engine
This is Rietveld 408576698