| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 3004de2e8e203eea8d511b46c1be43a0c7fd6db1..0c88a78e3a6dc100f38506adf5d2eb21d982f7ed 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -810,6 +810,8 @@
|
| 'protocol/transport_config.h',
|
| 'protocol/util.cc',
|
| 'protocol/util.h',
|
| + 'protocol/v1_authenticator.cc',
|
| + 'protocol/v1_authenticator.h',
|
| 'protocol/v1_client_channel_authenticator.cc',
|
| 'protocol/v1_client_channel_authenticator.h',
|
| 'protocol/v1_host_channel_authenticator.cc',
|
| @@ -926,6 +928,7 @@
|
| 'protocol/protocol_mock_objects.h',
|
| 'protocol/rtp_video_reader_unittest.cc',
|
| 'protocol/rtp_video_writer_unittest.cc',
|
| + 'protocol/v1_authenticator_unittest.cc',
|
| 'run_all_unittests.cc',
|
| ],
|
| 'conditions': [
|
|
|