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

Unified Diff: remoting/host/BUILD.gn

Issue 969133002: Remove dependency on PAM from the It2Me host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | remoting/remoting_host.gypi » ('j') | no next file with comments »
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 12c6bd05e8e26a29063928d65bded17015f9d0b4..3b0e4aca0bfc4517aa3f2721bca0747486ed71f7 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -34,13 +34,13 @@ static_library("host") {
"//ui/events:dom4_keycode_converter",
]
- if (is_linux) {
+ if (is_linux && !is_chromeos) {
libs += [ "pam" ]
}
if (use_x11) {
configs += [
- #TODO : (kelvinp) Add GTK to the configs.
+ # TODO(kelvinp): Add GTK to the configs.
"//build/config/linux:x11",
]
} else {
@@ -83,7 +83,6 @@ static_library("host") {
"continue_window_linux.cc",
"disconnect_window_linux.cc",
"local_input_monitor_x11.cc",
- "remoting_me2me_host.cc",
]
}
« no previous file with comments | « no previous file | remoting/remoting_host.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698