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/': [ |