| Index: ui/ui_unittests.gypi
|
| diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
|
| index 3fb1c4aa20a7691996ce1a3201eefac564496045..6abce4869b9e6e8f0a79b2bf01e5a568d6113235 100644
|
| --- a/ui/ui_unittests.gypi
|
| +++ b/ui/ui_unittests.gypi
|
| @@ -46,7 +46,6 @@
|
| 'gfx/image/image_unittest_util.h',
|
| 'gfx/image/image_unittest_util.cc',
|
| 'gfx/insets_unittest.cc',
|
| - 'gfx/interpolated_transform_unittest.cc',
|
| 'gfx/rect_unittest.cc',
|
| 'gfx/run_all_unittests.cc',
|
| 'gfx/skbitmap_operations_unittest.cc',
|
| @@ -103,6 +102,12 @@
|
| ],
|
| },
|
| }],
|
| + ['OS != "mac"', {
|
| + 'sources': [
|
| + 'gfx/transform_unittest.cc',
|
| + 'gfx/interpolated_transform_unittest.cc',
|
| + ],
|
| + }],
|
| ['toolkit_uses_gtk == 1', {
|
| 'sources': [
|
| 'base/dragdrop/gtk_dnd_util_unittest.cc',
|
|
|