| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 22a10d6a9bdd8aff8039f730a724a8a114701eb8..44becaf5dc88f634dfa7e56269b10276718f64f4 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -2329,6 +2329,12 @@
|
| 'protocol/transport_config.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',
|
| + 'protocol/third_party_client_authenticator.h',
|
| + 'protocol/third_party_host_authenticator.cc',
|
| + 'protocol/third_party_host_authenticator.h',
|
| 'protocol/v2_authenticator.cc',
|
| 'protocol/v2_authenticator.h',
|
| 'protocol/video_reader.cc',
|
| @@ -2468,6 +2474,7 @@
|
| 'protocol/protocol_mock_objects.cc',
|
| 'protocol/protocol_mock_objects.h',
|
| 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
|
| + 'protocol/third_party_authenticator_base_unittest.cc',
|
| 'protocol/v2_authenticator_unittest.cc',
|
| ],
|
| 'conditions': [
|
|
|