| Index: ui/ui_unittests.gyp
|
| diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp
|
| index cfea34789f4b5d2ba40e9eb05670e86d0fc3f3b5..63c0c9844cd2e5e294da87e34f84df93e4d87697 100644
|
| --- a/ui/ui_unittests.gyp
|
| +++ b/ui/ui_unittests.gyp
|
| @@ -151,12 +151,6 @@
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| 'msvs_disabled_warnings': [ 4267, ],
|
| }],
|
| - ['OS != "mac" and OS != "ios"', {
|
| - 'sources': [
|
| - 'gfx/transform_unittest.cc',
|
| - 'gfx/interpolated_transform_unittest.cc',
|
| - ],
|
| - }],
|
| ['OS == "android"', {
|
| 'sources': [
|
| 'gfx/android/scroller_unittest.cc',
|
|
|