| Index: gyp/images.gyp
|
| diff --git a/gyp/images.gyp b/gyp/images.gyp
|
| index 7ead87efbcbe9413741483868d85e0601fa4df45..eed2dba51f7eb02f38951c87c2066c2b0596e41c 100644
|
| --- a/gyp/images.gyp
|
| +++ b/gyp/images.gyp
|
| @@ -18,6 +18,7 @@
|
| 'include_dirs': [
|
| '../include/images',
|
| '../include/lazy',
|
| + '../src/lazy',
|
| # for access to SkErrorInternals.h
|
| '../src/core/',
|
| # for access to SkImagePriv.h
|
| @@ -36,6 +37,7 @@
|
| '../src/images/bmpdecoderhelper.cpp',
|
| '../src/images/bmpdecoderhelper.h',
|
|
|
| + '../src/images/SkDecodingImageGenerator.cpp',
|
| '../src/images/SkForceLinking.cpp',
|
| '../src/images/SkImageDecoder.cpp',
|
| '../src/images/SkImageDecoder_FactoryDefault.cpp',
|
|
|