| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index ada7e81e301aa0e596d749055744b545646496cc..d196b81242316b8287de4f1969e23f19ea844335 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -423,6 +423,8 @@
|
| 'host/elevated_controller_module_win.cc',
|
| 'host/elevated_controller_win.cc',
|
| 'host/elevated_controller_win.h',
|
| + 'host/pin_hash.cc',
|
| + 'host/pin_hash.h',
|
| 'host/verify_config_window_win.cc',
|
| 'host/verify_config_window_win.h',
|
| '<(SHARED_INTERMEDIATE_DIR)/remoting/elevated_controller_version.rc'
|
| @@ -714,6 +716,8 @@
|
| 'host/plugin/daemon_controller.h',
|
| 'host/daemon_controller_common_win.cc',
|
| 'host/daemon_controller_common_win.h',
|
| + 'host/pin_hash.cc',
|
| + 'host/pin_hash.h',
|
| 'host/plugin/daemon_controller_linux.cc',
|
| 'host/plugin/daemon_controller_mac.cc',
|
| 'host/plugin/daemon_controller_win.cc',
|
| @@ -1576,6 +1580,8 @@
|
| 'host/it2me_host_user_interface.h',
|
| 'host/json_host_config_unittest.cc',
|
| 'host/log_to_server_unittest.cc',
|
| + 'host/pin_hash.cc',
|
| + 'host/pin_hash_unittest.cc',
|
| 'host/register_support_host_request_unittest.cc',
|
| 'host/screen_recorder_unittest.cc',
|
| 'host/server_log_entry_unittest.cc',
|
|
|