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

Unified Diff: remoting/host/BUILD.gn

Issue 2323153002: Add PAM session wrapper (Closed)
Patch Set: Option A: Use wrapper for boot only Created 4 years, 1 month 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 | « no previous file | remoting/host/installer/linux/Makefile » ('j') | remoting/host/linux/linux_me2me_host.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 098a633dcad57a2f456522c1191a6d3e89743c52..aec4fd0b79717e8d62ff1a864200132f8a606a96 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -887,6 +887,17 @@ if (enable_me2me_host) {
}
if (is_linux) {
+ executable("remoting_user_session") {
+ sources = [
+ "linux/remoting_user_session.cc",
+ ]
+
+ deps = [
+ "//base",
+ ]
+
+ libs = [ "pam" ]
+ }
copy("remoting_me2me_host_copy_script") {
sources = [
"linux/linux_me2me_host.py",
@@ -1081,6 +1092,7 @@ if (enable_me2me_host) {
":remoting_native_messaging_host",
":remoting_native_messaging_manifests",
":remoting_start_host",
+ ":remoting_user_session",
"//remoting/host/it2me:remote_assistance_host",
"//remoting/resources",
"//third_party/icu:icudata",
« no previous file with comments | « no previous file | remoting/host/installer/linux/Makefile » ('j') | remoting/host/linux/linux_me2me_host.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698