| Index: remoting/protocol/BUILD.gn
|
| diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
|
| index d2e2f0e2077664d03b3e05323bebc2dfff3386ec..c2464af15a94f4fa33832a77c61b99b9d0bfb7e6 100644
|
| --- a/remoting/protocol/BUILD.gn
|
| +++ b/remoting/protocol/BUILD.gn
|
| @@ -138,6 +138,8 @@ static_library("protocol") {
|
| "pseudotcp_channel_factory.h",
|
| "rejecting_authenticator.cc",
|
| "rejecting_authenticator.h",
|
| + "sdp_message.cc",
|
| + "sdp_message.h",
|
| "secure_channel_factory.cc",
|
| "secure_channel_factory.h",
|
| "session.h",
|
| @@ -319,6 +321,7 @@ source_set("unit_tests") {
|
| "port_range_unittest.cc",
|
| "ppapi_module_stub.cc",
|
| "pseudotcp_adapter_unittest.cc",
|
| + "sdp_message_unittest.cc",
|
| "session_config_unittest.cc",
|
| "spake2_authenticator_unittest.cc",
|
| "ssl_hmac_channel_authenticator_unittest.cc",
|
|
|