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

Unified Diff: remoting/remoting.gyp

Issue 3303001: Basic user access check for chromoting host. (Closed)
Patch Set: - Created 10 years, 4 months 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/host/in_memory_host_config.cc ('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 e11797762b5ddfdbe282a9c3abcfe5d375d9d67e..71b81d06c8c6d56a2f9638880dad43c95432bf0e 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -173,6 +173,8 @@
'chromoting_jingle_glue',
],
'sources': [
+ 'host/access_verifier.cc',
+ 'host/access_verifier.h',
'host/capturer.cc',
'host/capturer.h',
'host/capturer_fake.cc',
@@ -198,6 +200,8 @@
'host/host_key_pair.h',
'host/json_host_config.cc',
'host/json_host_config.h',
+ 'host/in_memory_host_config.cc',
+ 'host/in_memory_host_config.h',
],
'conditions': [
['OS=="win"', {
@@ -363,6 +367,7 @@
'base/protocol_decoder_unittest.cc',
'client/chromoting_view_unittest.cc',
'client/mock_objects.h',
+ 'host/access_verifier_unittest.cc',
'host/chromoting_host_context_unittest.cc',
'host/client_connection_unittest.cc',
'host/differ_unittest.cc',
« no previous file with comments | « remoting/host/in_memory_host_config.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698