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)$'] ], |