Index: gyp/images.gyp |
diff --git a/gyp/images.gyp b/gyp/images.gyp |
index 13cf3bbf9a8c1aff95940c72d98d34558b32fc40..a6692f8b9d8e1100e3685bb46e0cea6aceb441b0 100644 |
--- a/gyp/images.gyp |
+++ b/gyp/images.gyp |
@@ -21,6 +21,8 @@ |
'../src/core/', |
# for access to SkImagePriv.h |
'../src/image/', |
+ # for access to GrSurface.h |
+ '../include/gpu', |
], |
'sources': [ |
'../include/images/SkDecodingImageGenerator.h', |
@@ -70,6 +72,8 @@ |
'../src/images/SkScaledBitmapSampler.cpp', |
'../src/images/SkScaledBitmapSampler.h', |
+ |
+ '../src/ports/SkImagesSupport_default.cpp', |
'../src/ports/SkImageDecoder_CG.cpp', |
'../src/ports/SkImageDecoder_WIC.cpp', |
], |