Index: ui/ui_unittests.gypi |
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi |
index 5c7f9b74ee1486bd46a9e594bb9fd3550f2bb703..f77792946ca5871c5fb81484540daa5980250114 100644 |
--- a/ui/ui_unittests.gypi |
+++ b/ui/ui_unittests.gypi |
@@ -105,8 +105,9 @@ |
}], |
['OS != "mac"', { |
'sources': [ |
- 'gfx/transform_unittest.cc', |
'gfx/interpolated_transform_unittest.cc', |
+ 'gfx/render_text_unittest.cc', |
+ 'gfx/transform_unittest.cc', |
], |
}], |
['toolkit_uses_gtk == 1', { |