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

Unified Diff: remoting/BUILD.gn

Issue 2749023009: Add remoting_user_session to remoting_all (Closed)
Patch Set: Created 3 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index a630f569f83aa11510eb0cee45c2f507b898860c..9832ff4286546f447068d72adcd8d51e3718bada 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -60,7 +60,10 @@ group("remoting_all") {
}
if (is_linux && !is_chromeos) {
- deps += [ "//remoting/host/linux:remoting_dev_me2me_host" ]
+ deps += [
+ "//remoting/host/linux:remoting_dev_me2me_host",
+ "//remoting/host/linux:remoting_user_session",
+ ]
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698