Chromium Code Reviews| Index: ui/ui_unittests.gypi |
| =================================================================== |
| --- ui/ui_unittests.gypi (revision 142712) |
| +++ ui/ui_unittests.gypi (working copy) |
| @@ -194,7 +194,7 @@ |
| '../build/linux/system.gyp:gtk', |
| ], |
| }], |
| - ['toolkit_views==1 and OS!="mac"', { |
| + ['toolkit_views==1 or OS=="mac"', { |
|
msw
2012/06/18 21:18:59
similarly, does it make more sense to generally in
Alexei Svitkine (slow)
2012/06/22 15:55:47
Done.
|
| 'sources': [ |
| 'gfx/render_text_unittest.cc', |
| ], |