aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-16 18:21:46 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-16 18:21:46 +0000
commit56799e2ee6b74dacb74babeb5217b65367915ed8 (patch)
tree28fdde6c5be08087a0160f539aa4abc3988b4ec4 /gyp
parentb92f9fb0f5abbb9129032fc0ebdc6bd358a06083 (diff)
Add the lazy decoder from PictureFlags to SkImageDecoder
R=caryclark@google.com, scroggo@google.com Author: sglez@google.com Review URL: https://chromiumcodereview.appspot.com/19109002 git-svn-id: http://skia.googlecode.com/svn/trunk@10111 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/tools.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index de1d8e94a8..5d7c92e6ae 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -188,6 +188,7 @@
'target_name': 'picture_renderer',
'type': 'static_library',
'sources': [
+ '../tools/LazyDecodeBitmap.cpp',
'../tools/PictureRenderer.h',
'../tools/PictureRenderer.cpp',
'../tools/PictureRenderingFlags.h',
@@ -295,6 +296,7 @@
'dependencies': [
'skia_lib.gyp:skia_lib',
'tools.gyp:picture_renderer',
+ 'flags.gyp:flags',
],
},
{