| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index fa4d821c4035ca1554cb272455b4e709bd0f727b..0549a77483a6a3ac2f350455025e51212238a5f6 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -2329,6 +2329,8 @@
|
| 'protocol/transport_config.h',
|
| 'protocol/util.cc',
|
| 'protocol/util.h',
|
| + 'protocol/third_party_authenticator.cc',
|
| + 'protocol/third_party_authenticator.h',
|
| 'protocol/v2_authenticator.cc',
|
| 'protocol/v2_authenticator.h',
|
| 'protocol/video_reader.cc',
|
| @@ -2468,6 +2470,7 @@
|
| 'protocol/protocol_mock_objects.cc',
|
| 'protocol/protocol_mock_objects.h',
|
| 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
|
| + 'protocol/third_party_authenticator_unittest.cc',
|
| 'protocol/v2_authenticator_unittest.cc',
|
| ],
|
| 'conditions': [
|
|
|