summaryrefslogtreecommitdiffstats
path: root/remoting/BUILD.gn
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-11-09 13:29:45 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-09 21:30:54 +0000
commit1212c7bed60f5183758dd6ef20eda4f9cdb1c4e6 (patch)
tree06aafbe3b791d662c177b6fa42e108c6262cc9b6 /remoting/BUILD.gn
parent03eb61d13283e18ac9236d016493d17a45ed114a (diff)
downloadchromium_src-1212c7bed60f5183758dd6ef20eda4f9cdb1c4e6.zip
chromium_src-1212c7bed60f5183758dd6ef20eda4f9cdb1c4e6.tar.gz
chromium_src-1212c7bed60f5183758dd6ef20eda4f9cdb1c4e6.tar.bz2
Cleanup list of targets in remoting_all
BUG=512899 Review URL: https://codereview.chromium.org/1428833003 Cr-Commit-Position: refs/heads/master@{#358657}
Diffstat (limited to 'remoting/BUILD.gn')
-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) {