Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(932)

Unified Diff: remoting/remoting.gyp

Issue 8662001: Remove AccessVerifier interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/session.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « remoting/protocol/session.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698