| Index: remoting/protocol/BUILD.gn
|
| diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
|
| index a80cd848072b5104a5e59381043cc9df006bc400..78ed623f51d5b42ed0389c97994403f91b863a7f 100644
|
| --- a/remoting/protocol/BUILD.gn
|
| +++ b/remoting/protocol/BUILD.gn
|
| @@ -6,6 +6,8 @@ import("//build/config/features.gni")
|
|
|
| static_library("protocol") {
|
| sources = [
|
| + "audio_pump.cc",
|
| + "audio_pump.h",
|
| "audio_reader.cc",
|
| "audio_reader.h",
|
| "audio_stub.h",
|
| @@ -268,6 +270,7 @@ source_set("unit_tests") {
|
| testonly = true
|
|
|
| sources = [
|
| + "audio_pump_unittest.cc",
|
| "authenticator_test_base.cc",
|
| "authenticator_test_base.h",
|
| "capture_scheduler_unittest.cc",
|
|
|