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

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

Issue 2535723003: Add remoting_me2me_host as direct dependency of remoting_dev_me2me_host (Closed)
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/linux/BUILD.gn
diff --git a/remoting/host/linux/BUILD.gn b/remoting/host/linux/BUILD.gn
index 0745dc5e5fdccb0837297ffb37c017da9d2b313c..06c08f0ba12620806b6d27a6fe41da3b8beff22e 100644
--- a/remoting/host/linux/BUILD.gn
+++ b/remoting/host/linux/BUILD.gn
@@ -18,23 +18,20 @@ if (enable_me2me_host) {
]
}
- copy("remoting_me2me_host_copy_host") {
+ copy("remoting_me2me_host_copy_host_wrapper") {
sources = [
"remoting_me2me_host_wrapper.sh",
]
outputs = [
"$root_build_dir/remoting/chrome-remote-desktop-host",
]
-
- deps = [
- "//remoting/host:remoting_me2me_host",
- ]
}
group("remoting_dev_me2me_host") {
deps = [
- ":remoting_me2me_host_copy_host",
+ ":remoting_me2me_host_copy_host_wrapper",
":remoting_me2me_host_copy_script",
+ "//remoting/host:remoting_me2me_host",
]
}
}
« 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