diff options
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index d008fb7..5675799 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -402,6 +402,7 @@ 'host/pairing_registry_delegate_linux.h', 'host/pairing_registry_delegate_mac.cc', 'host/pairing_registry_delegate_win.cc', + 'host/pairing_registry_delegate_win.h', 'host/pam_authorization_factory_posix.cc', 'host/pam_authorization_factory_posix.h', 'host/pin_hash.cc', @@ -2416,6 +2417,8 @@ 'base/rsa_key_pair.h', 'base/running_average.cc', 'base/running_average.h', + 'base/scoped_reg_key_win.h', + 'base/scoped_sc_handle_win.h', 'base/socket_reader.cc', 'base/socket_reader.h', 'base/typed_buffer.h', @@ -2746,6 +2749,7 @@ 'host/local_input_monitor_unittest.cc', 'host/log_to_server_unittest.cc', 'host/pairing_registry_delegate_linux_unittest.cc', + 'host/pairing_registry_delegate_win_unittest.cc', 'host/pin_hash_unittest.cc', 'host/policy_hack/fake_policy_watcher.cc', 'host/policy_hack/fake_policy_watcher.h', |