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

Unified Diff: skia/skia.gyp

Issue 8404008: Also build SkMatrix44 on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort Created 9 years, 2 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 | no next file » | no next file with comments »
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 5bee59e9196e535fc75f6d4da57b1073d1b67cce..a3ae44ecfdfdcf430ed37cc760553830b2ae011c 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -497,7 +497,9 @@
'../third_party/skia/src/ports/sk_predefined_gamma.h',
'../third_party/skia/include/utils/mac/SkCGUtils.h',
+ '../third_party/skia/include/utils/SkMatrix44.h',
'../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp',
+ '../third_party/skia/src/utils/SkMatrix44.cpp',
'../third_party/skia/include/core/Sk64.h',
'../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h',
@@ -735,10 +737,6 @@
['exclude', '_mac\\.(cc|cpp|mm?)$'],
['exclude', '/mac/']
],
- 'sources': [
- '../third_party/skia/include/utils/SkMatrix44.h',
- '../third_party/skia/src/utils/SkMatrix44.cpp',
- ],
}],
[ 'OS == "android"', {
'sources/': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698