| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 784a178272fd061d33be33b2d21198bba1b149ae..d0462c7290db1682a5976840a667fc61a88d2596 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -416,6 +416,11 @@
|
| 'host/mouse_clamping_filter.cc',
|
| 'host/mouse_clamping_filter.h',
|
| 'host/network_settings.h',
|
| + 'host/pairing_registry_delegate.h',
|
| + 'host/pairing_registry_delegate_linux.cc',
|
| + 'host/pairing_registry_delegate_linux.h',
|
| + 'host/pairing_registry_delegate_mac.cc',
|
| + 'host/pairing_registry_delegate_win.cc',
|
| 'host/pam_authorization_factory_posix.cc',
|
| 'host/pam_authorization_factory_posix.h',
|
| 'host/pin_hash.cc',
|
| @@ -2647,6 +2652,7 @@
|
| 'host/linux/x_server_clipboard_unittest.cc',
|
| 'host/local_input_monitor_unittest.cc',
|
| 'host/log_to_server_unittest.cc',
|
| + 'host/pairing_registry_delegate_linux_unittest.cc',
|
| 'host/pin_hash_unittest.cc',
|
| 'host/policy_hack/fake_policy_watcher.cc',
|
| 'host/policy_hack/fake_policy_watcher.h',
|
|
|