diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-16 04:46:46 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-16 04:46:46 +0000 |
commit | fd11101b4e85f84eaada7c5892e0842ebcc57d9b (patch) | |
tree | 9f6b095106549080c210bdf419a93ce0dd6b85a0 /remoting/remoting.gyp | |
parent | 08105b4e5315fdc8e5552f9484f873fa58a05f19 (diff) | |
download | chromium_src-fd11101b4e85f84eaada7c5892e0842ebcc57d9b.zip chromium_src-fd11101b4e85f84eaada7c5892e0842ebcc57d9b.tar.gz chromium_src-fd11101b4e85f84eaada7c5892e0842ebcc57d9b.tar.bz2 |
Chromoting: UserAuthenticator interface and its implementation for PAM.
BUG=none
TEST=manual
Review URL: http://codereview.chromium.org/6484002
Patch from Lambros Lambrou <lambroslambrou@chromium.org>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75069 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 9b5239f..f1b2ec3 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -212,6 +212,7 @@ 'host/json_host_config.h', 'host/in_memory_host_config.cc', 'host/in_memory_host_config.h', + 'host/user_authenticator.h', ], 'conditions': [ ['OS=="win"', { @@ -228,12 +229,15 @@ 'host/capturer_linux.h', 'host/event_executor_linux.cc', 'host/event_executor_linux.h', + 'host/user_authenticator_pam.cc', + 'host/user_authenticator_pam.h', ], 'link_settings': { 'libraries': [ '-lX11', '-lXdamage', '-lXtst', + '-lpam', ], }, }], |