| Index: gyp/images.gyp
|
| diff --git a/gyp/images.gyp b/gyp/images.gyp
|
| index 7ead87efbcbe9413741483868d85e0601fa4df45..8b3b62bde92f6ecb340d6328db0b2bb31d09cf42 100644
|
| --- a/gyp/images.gyp
|
| +++ b/gyp/images.gyp
|
| @@ -18,6 +18,8 @@
|
| 'include_dirs': [
|
| '../include/images',
|
| '../include/lazy',
|
| + # for access to SkDiscardablePixelRef.h
|
| + '../src/lazy',
|
| # for access to SkErrorInternals.h
|
| '../src/core/',
|
| # for access to SkImagePriv.h
|
| @@ -38,6 +40,7 @@
|
|
|
| '../src/images/SkForceLinking.cpp',
|
| '../src/images/SkImageDecoder.cpp',
|
| + '../src/images/SkDecodingImageGenerator.cpp',
|
| '../src/images/SkImageDecoder_FactoryDefault.cpp',
|
| '../src/images/SkImageDecoder_FactoryRegistrar.cpp',
|
| # If decoders are added/removed to/from (all/individual)
|
|
|