Commit 4d9a0b0a authored by sergeyu's avatar sergeyu Committed by Commit bot

Update remoting_all to include all remoting targets.

Added remoting_dev_me2me_host and native_messaging_host which were
previously not compiled by remoting_all

Review-Url: https://codereview.chromium.org/2018323002
Cr-Commit-Position: refs/heads/master@{#397119}
parent d0a365b9
......@@ -60,16 +60,26 @@ group("remoting_all") {
"//remoting/host",
]
if (!is_android) {
deps += [ "//remoting/host:remoting_native_messaging_manifests" ]
}
if (!is_chromeos && !is_android) {
deps += [
"//remoting/host:remoting_native_messaging_manifests",
"//remoting/host:remoting_start_host",
"//remoting/host/it2me:remote_assistance_host",
]
}
# The same target is called differently on Linux.
# TODO(sergeyu): Rename it to remoting_native_messaging_host on all
# platforms.
if (is_win) {
deps += [ "//remoting/host:remoting_native_messaging_host" ]
} else if (!is_chromeos && !is_android) {
deps += [ "//remoting/host:native_messaging_host" ]
}
if (is_linux && !is_chromeos) {
deps += [ "//remoting/host:remoting_dev_me2me_host" ]
}
}
if (enable_me2me_host) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment