diff options
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r-- | gyp/tools.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp index e30cb7b7a1..c25543ef2d 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -52,6 +52,7 @@ 'type': 'static_library', 'sources': [ '../tools/SkBitmapRegionCanvas.cpp', + '../tools/SkBitmapRegionCodec.cpp', '../tools/SkBitmapRegionDecoderInterface.cpp', '../tools/SkBitmapRegionSampler.cpp', ], |