| Index: gyp/images.gyp
|
| diff --git a/gyp/images.gyp b/gyp/images.gyp
|
| index 13cf3bbf9a8c1aff95940c72d98d34558b32fc40..9cb559e5478920bfcd7e144bb6cf7997108d8e1e 100644
|
| --- a/gyp/images.gyp
|
| +++ b/gyp/images.gyp
|
| @@ -16,11 +16,14 @@
|
| ],
|
| 'include_dirs': [
|
| '../include/images',
|
| + '../src/images',
|
| '../src/lazy',
|
| # for access to SkErrorInternals.h
|
| '../src/core/',
|
| # for access to SkImagePriv.h
|
| '../src/image/',
|
| + # for access to GrSurface.h
|
| + '../include/gpu',
|
| ],
|
| 'sources': [
|
| '../include/images/SkDecodingImageGenerator.h',
|
| @@ -70,6 +73,9 @@
|
| '../src/images/SkScaledBitmapSampler.cpp',
|
| '../src/images/SkScaledBitmapSampler.h',
|
|
|
| +
|
| + '../src/images/SkImagesSupport.h',
|
| + '../src/ports/SkImagesSupport_default.cpp',
|
| '../src/ports/SkImageDecoder_CG.cpp',
|
| '../src/ports/SkImageDecoder_WIC.cpp',
|
| ],
|
|
|