From 111c81bc99523ab86e35880d0eafde96fed56742 Mon Sep 17 00:00:00 2001 From: dpranke Date: Thu, 30 Apr 2015 18:27:44 -0700 Subject: 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} --- remoting/BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'remoting') 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" ] } -- cgit v1.1