| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index f7b88316c0f09c8e17f72f1900d4cbe337f33b94..fd1745dc51e5f3963f5c483aa2f10deb425215e6 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -108,8 +108,6 @@ static_library("host") {
|
| "audio_capturer_mac.cc",
|
| "audio_capturer_win.cc",
|
| "audio_capturer_win.h",
|
| - "audio_pump.cc",
|
| - "audio_pump.h",
|
| "audio_silence_detector.cc",
|
| "audio_silence_detector.h",
|
| "backoff_timer.cc",
|
| @@ -562,7 +560,6 @@ source_set("unit_tests") {
|
| testonly = true
|
|
|
| sources = [
|
| - "audio_pump_unittest.cc",
|
| "audio_silence_detector_unittest.cc",
|
| "backoff_timer_unittest.cc",
|
| "chromeos/aura_desktop_capturer_unittest.cc",
|
|
|