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

Unified Diff: remoting/remoting.gyp

Issue 6484002: Authenticate user/password with PAM in BeginSessionRequest() (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 10 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
« remoting/host/user_auth_pam.cc ('K') | « remoting/host/user_auth_pam.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 f39ef6b10720302e8fbc7e02da9054e2c679639f..739c9a7dcad7bf356fa2424e2f96cfdd460e03f0 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -229,12 +229,15 @@
'host/capturer_linux.h',
'host/event_executor_linux.cc',
'host/event_executor_linux.h',
+ 'host/user_auth_pam.cc',
+ 'host/user_auth_pam.h',
],
'link_settings': {
'libraries': [
'-lX11',
'-lXdamage',
'-lXtst',
+ '-lpam',
],
},
}],
« remoting/host/user_auth_pam.cc ('K') | « remoting/host/user_auth_pam.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698