Index: remoting/BUILD.gn |
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn |
index f0037d64ca601d34e224361cb1f727cd12c1e881..f87db3d52dc9c1318b968bf552c3c0934211fe4b 100644 |
--- a/remoting/BUILD.gn |
+++ b/remoting/BUILD.gn |
@@ -59,9 +59,10 @@ source_set("test_support") { |
} |
} |
-# TODO(GYP) remoting_unittests on Windows. Currently this fails with a |
-# duplicate resource error on linking. |
-if (!is_win) { |
+# TODO(GYP) remoting_unittests on Mac/Windows. Currently this fails with a |
+# duplicate resource error on linking on Windows. Just needs to be checked on |
+# Mac. |
+if (!is_win && !is_mac) { |
test("remoting_unittests") { |
# Sources not included in one of the more specific unit_tests deps. |
sources = [ |