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

Unified Diff: skia/skia.gyp

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
« no previous file with comments | « no previous file | ui/gfx/canvas.h » ('j') | ui/gfx/canvas.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index e8fa2cced1921f8aa3abdabf877b7e8f2c32831d..cabf3e778adee6ed1aad8f6c1eb817528dee0f2e 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -725,7 +725,12 @@
[ 'OS != "mac"', {
'sources/': [
['exclude', '_mac\\.(cc|cpp|mm?)$'],
- ['exclude', '/mac/'] ],
+ ['exclude', '/mac/']
+ ],
+ 'sources': [
+ '../third_party/skia/include/utils/SkMatrix44.h',
+ '../third_party/skia/src/utils/SkMatrix44.cpp',
+ ],
}],
[ 'toolkit_uses_gtk == 0', {
'sources/': [ ['exclude', '_(linux|gtk)\\.(cc|cpp)$'] ],
« no previous file with comments | « no previous file | ui/gfx/canvas.h » ('j') | ui/gfx/canvas.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698