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

Unified Diff: ui/ui_gfx.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/gfx/transform_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_gfx.gypi
diff --git a/ui/ui_gfx.gypi b/ui/ui_gfx.gypi
index 2d33805bf5521519b118c7498d59c3d7660c4955..bdb6a3a95fe25ce85f1696cba99d264561bfcfaa 100644
--- a/ui/ui_gfx.gypi
+++ b/ui/ui_gfx.gypi
@@ -117,10 +117,14 @@
'gfx/skia_util.h',
'gfx/skia_utils_gtk.cc',
'gfx/skia_utils_gtk.h',
- 'gfx/transform.h',
- 'gfx/transform.cc',
],
'conditions': [
+ ['OS!="mac"', {
+ 'sources': [
+ 'gfx/transform.h',
+ 'gfx/transform.cc',
+ ],
+ }],
['OS=="win"', {
'sources': [
'gfx/canvas_direct2d.cc',
« no previous file with comments | « ui/gfx/transform_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698