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

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

Issue 2776113002: Send data from mixer to APM limiter more often. (Closed)
Patch Set: Test 1 not needed. Created 3 years, 9 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_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 = [
« no previous file with comments | « no previous file | webrtc/modules/audio_mixer/audio_mixer_impl.cc » ('j') | webrtc/modules/audio_mixer/frame_combiner_test_tools.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698