From e9a6acfbf5e275822ea7c900c5317bd4869c1c05 Mon Sep 17 00:00:00 2001 From: peah Date: Thu, 18 Aug 2016 02:41:48 -0700 Subject: [PATCH] Added missing unittest to the modules/BUILD.gn build file NOTRY=True BUG= Review-Url: https://codereview.webrtc.org/2255093002 Cr-Commit-Position: refs/heads/master@{#13813} --- webrtc/modules/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn index f79e2f6779..7f0c40c82a 100644 --- a/webrtc/modules/BUILD.gn +++ b/webrtc/modules/BUILD.gn @@ -405,6 +405,7 @@ if (rtc_include_tests) { "audio_processing/echo_control_mobile_unittest.cc", "audio_processing/gain_control_unittest.cc", "audio_processing/high_pass_filter_unittest.cc", + "audio_processing/level_controller/level_controller_unittest.cc", "audio_processing/level_estimator_unittest.cc", "audio_processing/noise_suppression_unittest.cc", "audio_processing/test/bitexactness_tools.cc",