Index: remoting/chromoting.gyp |
diff --git a/remoting/chromoting.gyp b/remoting/chromoting.gyp |
index 689ebd925030d82a1835f67bc1b9b414f6ed9451..f4c4b70e84fb3bd6af3c3faf3137595b9ca8ce03 100644 |
--- a/remoting/chromoting.gyp |
+++ b/remoting/chromoting.gyp |
@@ -91,7 +91,8 @@ |
], # end of Client targets |
}], # end of OS conditions for Client targets |
- ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="mac"', { |
+ # TODO(hclam): Enable this target for mac. |
+ ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
'targets': [ |
{ |
'target_name': 'chromoting_x11_client', |