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

Unified Diff: remoting/host/linux/BUILD.gn

Issue 2323153002: Add PAM session wrapper (Closed)
Patch Set: Address feedback 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
Index: remoting/host/linux/BUILD.gn
diff --git a/remoting/host/linux/BUILD.gn b/remoting/host/linux/BUILD.gn
index 0745dc5e5fdccb0837297ffb37c017da9d2b313c..bfdc1ab7605a3ae9e3eb181f2651542d5366aea9 100644
--- a/remoting/host/linux/BUILD.gn
+++ b/remoting/host/linux/BUILD.gn
@@ -9,6 +9,18 @@ group("all_tests") {
}
if (enable_me2me_host) {
+ executable("remoting_user_session") {
+ sources = [
+ "remoting_user_session.cc",
+ ]
+
+ deps = [
+ "//base",
+ ]
+
+ libs = [ "pam" ]
+ }
+
copy("remoting_me2me_host_copy_script") {
sources = [
"linux_me2me_host.py",
« no previous file with comments | « remoting/host/installer/linux/debian/chrome-remote-desktop.pam ('k') | remoting/host/linux/linux_me2me_host.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698