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

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

Issue 2848593002: AGC2 as a new APM sub-module operating with hard-coded gain. (Closed)
Patch Set: mock and iface removed, mv agc2 gain_controller2 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 ff9a4d6474c89005eaf4d139cc3c332f40b23037..aa801cdf25e08319cfe38714bf1da562a5f46e4e 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -236,6 +236,7 @@ rtc_static_library("audio_processing") {
"../../base:gtest_prod",
"../../base:protobuf_utils",
"../audio_coding:isac",
+ "agc2",
]
public_deps = [
":audio_processing_c",
@@ -542,6 +543,7 @@ if (rtc_include_tests) {
"../../system_wrappers:system_wrappers",
"../../test:test_support",
"../audio_coding:neteq_unittest_tools",
+ "agc2:unittests",
"test/conversational_speech:unittest",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/agc2/BUILD.gn » ('j') | webrtc/modules/audio_processing/agc2/gain_controller2.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698