| Index: gyp/images.gyp
|
| diff --git a/gyp/images.gyp b/gyp/images.gyp
|
| index 415b8052d0a3e0c8d5f5182a30df1e7f8f8a871f..0062f24f1d1d56ab6102fd5e20c40da55ed4fd57 100644
|
| --- a/gyp/images.gyp
|
| +++ b/gyp/images.gyp
|
| @@ -31,6 +31,7 @@
|
| '../src/images/',
|
| ],
|
| 'sources': [
|
| + '../include/images/SkDecodingImageGenerator.h',
|
| '../include/images/SkForceLinking.h',
|
| '../include/images/SkImageRef.h',
|
| '../include/images/SkImageRef_GlobalPool.h',
|
| @@ -42,7 +43,6 @@
|
| '../src/images/bmpdecoderhelper.h',
|
|
|
| '../src/images/SkDecodingImageGenerator.cpp',
|
| - '../src/images/SkDecodingImageGenerator.h',
|
| '../src/images/SkForceLinking.cpp',
|
| '../src/images/SkImageDecoder.cpp',
|
| '../src/images/SkImageDecoder_FactoryDefault.cpp',
|
|
|