| Index: gyp/core.gypi
|
| diff --git a/gyp/core.gypi b/gyp/core.gypi
|
| index d472c6d796ffcdb0d14757258e8e8fe5f915aef9..d3cd5e0299458c2c60ad316b773d557486a46f5e 100644
|
| --- a/gyp/core.gypi
|
| +++ b/gyp/core.gypi
|
| @@ -190,7 +190,7 @@
|
| '<(skia_src_path)/image/SkDataPixelRef.cpp',
|
| '<(skia_src_path)/image/SkImage.cpp',
|
| '<(skia_src_path)/image/SkImagePriv.cpp',
|
| -# '<(skia_src_path)/image/SkImage_Codec.cpp',
|
| + '<(skia_src_path)/image/SkImage_Codec.cpp',
|
| # '<(skia_src_path)/image/SkImage_Gpu.cpp',
|
| '<(skia_src_path)/image/SkImage_Picture.cpp',
|
| '<(skia_src_path)/image/SkImage_Raster.cpp',
|
| @@ -233,6 +233,8 @@
|
| '<(skia_include_path)/core/SkFontHost.h',
|
| '<(skia_include_path)/core/SkGeometry.h',
|
| '<(skia_include_path)/core/SkGraphics.h',
|
| + '<(skia_include_path)/core/SkImageDecoder.h',
|
| + '<(skia_include_path)/core/SkImageEncoder.h',
|
| '<(skia_include_path)/core/SkImageFilter.h',
|
| '<(skia_include_path)/core/SkImageFilterUtils.h',
|
| '<(skia_include_path)/core/SkInstCnt.h',
|
|
|