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

Unified Diff: remoting/remoting.gyp

Issue 11276040: Implemented local login check for PAM (only enabled on Linux for now). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reviewer comments. Created 8 years, 2 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/remoting_me2me_host.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 60016296907aa013231f1c8e28c36f9053f90c55..3e0829fb9b7467cd86484e9eb0874cd60c904745 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1575,6 +1575,8 @@
'host/mouse_clamping_filter.h',
'host/mouse_move_observer.h',
'host/network_settings.h',
+ 'host/pam_authorization_factory_posix.cc',
+ 'host/pam_authorization_factory_posix.h',
'host/pin_hash.cc',
'host/pin_hash.h',
'host/policy_hack/policy_watcher.h',
@@ -1640,6 +1642,7 @@
'-lX11',
'-lXdamage',
'-lXfixes',
+ '-lpam',
'-lXtst',
'-lXext',
'-lXi'
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698