summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-04-30 18:27:44 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-01 01:28:04 +0000
commit111c81bc99523ab86e35880d0eafde96fed56742 (patch)
treea4e0901f2ba889dca3cf03205c1ce1c13253a2a4 /remoting
parentd4063e42b41d56eb6a46468f557de16873990d8e (diff)
downloadchromium_src-111c81bc99523ab86e35880d0eafde96fed56742.zip
chromium_src-111c81bc99523ab86e35880d0eafde96fed56742.tar.gz
chromium_src-111c81bc99523ab86e35880d0eafde96fed56742.tar.bz2
Turn off remoting on the Mac GN build to avoid confusion for now.
Since it doesn't really work yet, things are slightly cleaner if we don't try to build anything we don't yet need. I will reenable what I can once the rest of the port is caught up. TBR=garykac@chromium.org BUG=431177 CQ_EXTRA_TRYBOTS=tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Review URL: https://codereview.chromium.org/1121623004 Cr-Commit-Position: refs/heads/master@{#327858}
Diffstat (limited to 'remoting')
-rw-r--r--remoting/BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index fb75dba..899f9d8 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -24,7 +24,8 @@ group("remoting_all") {
#"//app_remoting_webapp.gyp:ar_sample_app",
]
- if ((is_linux && !is_chromeos) || is_mac || is_win) {
+ # TODO(GYP): add is_mac
+ if ((is_linux && !is_chromeos) || is_win) {
deps += [ "//remoting/webapp" ]
}