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

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: Reformat lib_list package list 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index f39ef6b10720302e8fbc7e02da9054e2c679639f..ca1e51328b7bd655116f31f6a94695b166b39684 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -213,6 +213,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"', {
@@ -229,12 +230,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',
],
},
}],
« remoting/host/user_authenticator_pam.cc ('K') | « remoting/host/user_authenticator_pam.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698