| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index cb35bfe4e52daf3e522698d008ad717f74077973..a4e542b0fd0599e734af90861ea004f5ab695c10 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_applier.cc",
|
| + "audio_volume_applier.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_applier_unittest.cc",
|
| "backoff_timer_unittest.cc",
|
| "chromeos/aura_desktop_capturer_unittest.cc",
|
| "chromeos/clipboard_aura_unittest.cc",
|
|
|