summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--remoting/BUILD.gn12
1 files changed, 8 insertions, 4 deletions
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 7f71b22..613b68f 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -53,12 +53,16 @@ group("remoting_all") {
deps += [
"//remoting:remoting_perftests",
"//remoting/host",
- "//remoting/host:remoting_start_host",
- "//remoting/host/it2me:remote_assistance_host",
- #"//remoting:remoting_it2me_native_messaging_host",
- #"//remoting:remoting_native_messaging_manifests",
+ "//remoting/host:remoting_native_messaging_manifests",
]
+
+ if (!is_chromeos) {
+ deps += [
+ "//remoting/host:remoting_start_host",
+ "//remoting/host/it2me:remote_assistance_host",
+ ]
+ }
}
if (enable_me2me_host) {