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

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: Fixed a typo in a comment Created 9 years, 6 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
« ui/gfx/canvas.h ('K') | « 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 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',
« ui/gfx/canvas.h ('K') | « ui/ui_gfx.gypi ('k') | views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698