Index: ui/ui_unittests.gypi |
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi |
index 8ea6cb2132e1453bd99c7fe19b24836d60747dd1..be7ca3bcba5b117d35c777ce512fba7a721c4952 100644 |
--- a/ui/ui_unittests.gypi |
+++ b/ui/ui_unittests.gypi |
@@ -102,6 +102,11 @@ |
], |
}, |
}], |
+ ['OS != "mac"', { |
+ 'sources': [ |
+ 'gfx/transform_unittest.cc', |
+ ], |
+ }], |
['toolkit_uses_gtk == 1', { |
'sources': [ |
'base/dragdrop/gtk_dnd_util_unittest.cc', |