Index: remoting/host/BUILD.gn |
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn |
index cb35bfe4e52daf3e522698d008ad717f74077973..8b6db97fc376789d7625684d93ba379eace7459e 100644 |
--- a/remoting/host/BUILD.gn |
+++ b/remoting/host/BUILD.gn |
@@ -64,6 +64,8 @@ static_library("host") { |
"audio_capturer_win.h", |
"audio_silence_detector.cc", |
"audio_silence_detector.h", |
+ "audio_volume_filter.cc", |
+ "audio_volume_filter.h", |
"backoff_timer.cc", |
"backoff_timer.h", |
"basic_desktop_environment.cc", |
@@ -478,6 +480,7 @@ source_set("unit_tests") { |
sources = [ |
"audio_silence_detector_unittest.cc", |
+ "audio_volume_filter_unittest.cc", |
"backoff_timer_unittest.cc", |
"chromeos/aura_desktop_capturer_unittest.cc", |
"chromeos/clipboard_aura_unittest.cc", |