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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2299023004: Remove unused agc_unittest.cc and agc_harness.cc (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/agc/agc_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 92284a1da6c4e77f6b949c7d7cd643dda335a52d..cde82e81970947b68b32ffd4b2cfa37b12bbfd86 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -317,9 +317,6 @@ if (rtc_include_tests) {
"audio_processing/aec/echo_cancellation_unittest.cc",
"audio_processing/aec/system_delay_unittest.cc",
"audio_processing/agc/agc_manager_direct_unittest.cc",
-
- # TODO(ajm): Fix to match new interface.
- # "audio_processing/agc/agc_unittest.cc",
"audio_processing/agc/loudness_histogram_unittest.cc",
"audio_processing/agc/mock_agc.h",
"audio_processing/audio_buffer_unittest.cc",
@@ -592,7 +589,6 @@ if (rtc_include_tests) {
"../test:test_support_main",
"../test:test_support_main",
"../test:video_test_common",
- "../tools:agc_test_utils",
"audio_coding",
"audio_coding:acm_receive_test",
"audio_coding:acm_send_test",
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/agc/agc_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698