Index: skia/skia.gyp |
diff --git a/skia/skia.gyp b/skia/skia.gyp |
index 4056a0482e610fb6a6822858d806b5ec536430b4..80e3fdd97259d96663f81f8f35e2509ca2dda488 100644 |
--- a/skia/skia.gyp |
+++ b/skia/skia.gyp |
@@ -723,7 +723,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)$'] ], |