| Index: remoting/protocol/BUILD.gn
|
| diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
|
| index 1d24f31da95bc8a30b74817a431186f8b276ea22..1415200a1a833305d7d53045595c883e4ee5cd9d 100644
|
| --- a/remoting/protocol/BUILD.gn
|
| +++ b/remoting/protocol/BUILD.gn
|
| @@ -28,6 +28,7 @@ source_set("protocol") {
|
| "//remoting/base",
|
| "//remoting/codec",
|
| "//remoting/signaling",
|
| + "//third_party/boringssl",
|
| "//third_party/libyuv",
|
| ]
|
|
|
| @@ -119,6 +120,7 @@ source_set("unit_tests") {
|
| "ppapi_module_stub.cc",
|
| "pseudotcp_adapter_unittest.cc",
|
| "session_config_unittest.cc",
|
| + "spake2_authenticator_unittest.cc",
|
| "ssl_hmac_channel_authenticator_unittest.cc",
|
| "third_party_authenticator_unittest.cc",
|
| "v2_authenticator_unittest.cc",
|
|
|