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

Unified Diff: remoting/host/BUILD.gn

Issue 2323153002: Add PAM session wrapper (Closed)
Patch Set: Add PAM session wrapper Created 4 years, 3 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/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index cbe014ed2f3de0b7d4971460c872c81376bbeb11..9caab30293b1d869a900cfd2c34f9db24e9c3b3a 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -1361,6 +1361,17 @@ if (enable_me2me_host) {
}
if (is_linux) {
+ executable("remoting_pam_session") {
Jamie 2016/09/09 18:27:11 I think it would be better to name this according
rkjnsn 2016/09/09 21:24:30 remoting_user_session? I think the essence of what
Jamie 2016/09/12 20:36:51 SGTM.
+ sources = [
+ "linux/remoting_pam_session.cc",
+ ]
+
+ deps = [
+ "//base",
+ ]
+
+ libs = [ "pam" ]
+ }
copy("remoting_me2me_host_copy_script") {
sources = [
"linux/linux_me2me_host.py",
« no previous file with comments | « no previous file | remoting/host/linux/remoting_pam_session.cc » ('j') | remoting/host/linux/remoting_pam_session.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698