| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index 82cdea7e2ca78aefe1f96d7cf99515e7ffdf472c..a699cc7e78a53295befd14cb8da39c1e3019511d 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -65,6 +65,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",
|
| @@ -438,6 +440,7 @@ source_set("unit_tests") {
|
|
|
| sources = [
|
| "audio_silence_detector_unittest.cc",
|
| + "audio_volume_filter_unittest.cc",
|
| "backoff_timer_unittest.cc",
|
| "chromoting_host_context_unittest.cc",
|
| "chromoting_host_unittest.cc",
|
|
|