| Index: remoting/remoting_srcs.gypi
|
| diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
|
| index 2be74caa3ca95ab4106a35f740b85073858cd464..ed2a260d6e6710fd829c54211bb33ddd9b3b8a86 100644
|
| --- a/remoting/remoting_srcs.gypi
|
| +++ b/remoting/remoting_srcs.gypi
|
| @@ -140,6 +140,8 @@
|
| 'protocol/message_decoder.h',
|
| 'protocol/message_reader.cc',
|
| 'protocol/message_reader.h',
|
| + 'protocol/message_serialization.cc',
|
| + 'protocol/message_serialization.h',
|
| 'protocol/mouse_input_filter.cc',
|
| 'protocol/mouse_input_filter.h',
|
| 'protocol/name_value_map.h',
|
| @@ -167,10 +169,6 @@
|
| 'protocol/session_manager.h',
|
| 'protocol/ssl_hmac_channel_authenticator.cc',
|
| 'protocol/ssl_hmac_channel_authenticator.h',
|
| - 'protocol/transport.cc',
|
| - 'protocol/transport.h',
|
| - 'protocol/util.cc',
|
| - 'protocol/util.h',
|
| 'protocol/third_party_authenticator_base.cc',
|
| 'protocol/third_party_authenticator_base.h',
|
| 'protocol/third_party_client_authenticator.cc',
|
| @@ -178,6 +176,8 @@
|
| 'protocol/third_party_host_authenticator.cc',
|
| 'protocol/third_party_host_authenticator.h',
|
| 'protocol/token_validator.h',
|
| + 'protocol/transport.cc',
|
| + 'protocol/transport.h',
|
| 'protocol/v2_authenticator.cc',
|
| 'protocol/v2_authenticator.h',
|
| 'protocol/video_reader.cc',
|
|
|