Chromium Code Reviews| Index: remoting/remoting.gyp |
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
| index 7dfc95d5b33469c536f3f8c6987f505ec3a873a3..67fe6118234c5c71b4dd467a2100fb3f92f2b3cb 100644 |
| --- a/remoting/remoting.gyp |
| +++ b/remoting/remoting.gyp |
| @@ -420,6 +420,10 @@ |
| 'host/network_settings.h', |
| 'host/pam_authorization_factory_posix.cc', |
| 'host/pam_authorization_factory_posix.h', |
| + 'host/pairing_registry_delegate_linux.cc', |
|
Lambros
2013/05/31 18:51:59
nit: "pairing" before "pam"
Jamie
2013/06/19 17:56:44
Done.
|
| + 'host/pairing_registry_delegate_linux.h', |
| + 'host/pairing_registry_delegate_mac.cc', |
| + 'host/pairing_registry_delegate_win.cc', |
| 'host/pin_hash.cc', |
| 'host/pin_hash.h', |
| 'host/policy_hack/policy_watcher.cc', |
| @@ -2666,6 +2670,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', |