| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index de106f7e092781d6526f9365e5f95be117a2ecbc..e81aa687bf22b172a49f478ca174dbd16f3e6c0e 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -495,7 +495,6 @@
|
| '../crypto/crypto.gyp:crypto',
|
| ],
|
| 'sources': [
|
| - 'host/access_verifier.h',
|
| 'host/capturer.h',
|
| 'host/capturer_helper.cc',
|
| 'host/capturer_helper.h',
|
| @@ -539,6 +538,8 @@
|
| 'host/host_config.h',
|
| 'host/host_key_pair.cc',
|
| 'host/host_key_pair.h',
|
| + 'host/host_secret.cc',
|
| + 'host/host_secret.h',
|
| 'host/host_status_observer.h',
|
| 'host/in_memory_host_config.cc',
|
| 'host/in_memory_host_config.h',
|
| @@ -556,14 +557,10 @@
|
| 'host/log_to_server.h',
|
| 'host/register_support_host_request.cc',
|
| 'host/register_support_host_request.h',
|
| - 'host/self_access_verifier.cc',
|
| - 'host/self_access_verifier.h',
|
| 'host/screen_recorder.cc',
|
| 'host/screen_recorder.h',
|
| 'host/server_log_entry.cc',
|
| 'host/server_log_entry.h',
|
| - 'host/support_access_verifier.cc',
|
| - 'host/support_access_verifier.h',
|
| 'host/ui_strings.cc',
|
| 'host/ui_strings.h',
|
| 'host/user_authenticator.h',
|
| @@ -914,7 +911,6 @@
|
| 'host/log_to_server_unittest.cc',
|
| 'host/register_support_host_request_unittest.cc',
|
| 'host/screen_recorder_unittest.cc',
|
| - 'host/self_access_verifier_unittest.cc',
|
| 'host/server_log_entry_unittest.cc',
|
| 'host/test_key_pair.h',
|
| 'jingle_glue/fake_signal_strategy.cc',
|
|
|