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

Unified Diff: skia/skia.gyp

Issue 8404008: Also build SkMatrix44 on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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..65dbd6ce02568c9f5e597db61c5d373a81da28ce 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -496,7 +496,9 @@
#'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp',
'../third_party/skia/src/ports/sk_predefined_gamma.h',
+ '../third_party/skia/include/utils/SkMatrix44.h',
sky 2011/10/26 21:54:28 nit: sort (meaning swap 499/500 and 501/502)
piman 2011/10/26 21:57:12 Done.
'../third_party/skia/include/utils/mac/SkCGUtils.h',
+ '../third_party/skia/src/utils/SkMatrix44.cpp',
'../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp',
'../third_party/skia/include/core/Sk64.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