Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: ui/ui_unittests.gypi

Issue 7044062: Use SkMatrix44 for the underlying implementation of ui::Transform (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Gardening patch Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/ui_gfx.gypi ('k') | views/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_unittests.gypi
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index 9790d12d68ddc14073f4c188e520138c5dbe65f6..d99a66cacde4480d86f9668f6f863078662b68b9 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -47,7 +47,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',
@@ -104,6 +103,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',
« no previous file with comments | « ui/ui_gfx.gypi ('k') | views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698