| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index 827b32acf7a9165a9d4e092dc30e8e8391c2feeb..70053e8855f76c5b546299150829c091b007f0df 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -68,7 +68,10 @@ action("credits") {
|
| ]
|
| }
|
|
|
| -if (is_mac) { # TODO(GYP) Mac build of remoting host.
|
| +if (is_mac) {
|
| + # TODO(GYP) Mac build of remoting host, https://crbug.com/611859
|
| + # If you fix this, also enable in //remoting/remoting_enable.gni
|
| + # on mac.
|
| group("host") {
|
| }
|
| group("test_support") {
|
|
|