Index: gyp/core.gypi |
diff --git a/gyp/core.gypi b/gyp/core.gypi |
index ab73ede52bd8e25657d2e0f7a01e337bda3f7eca..534c8884d46bd4f5207cca7941c2e08df0836bfd 100644 |
--- a/gyp/core.gypi |
+++ b/gyp/core.gypi |
@@ -189,7 +189,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', |
@@ -232,6 +232,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', |