summaryrefslogtreecommitdiff
path: root/tools.gyp
diff options
context:
space:
mode:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-16 18:21:46 +0000
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-16 18:21:46 +0000
commit7911a92fa96a311bc5e7bf4c706a5371fbd8dafb (patch)
tree25253e8e68b82295ede71c3af86a0e5856f6eb8f /tools.gyp
parent3581b0965cb47d0c077b805047b49b811d10cd43 (diff)
downloadgyp-7911a92fa96a311bc5e7bf4c706a5371fbd8dafb.tar.gz
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/gyp@10111 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools.gyp')
-rw-r--r--tools.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools.gyp b/tools.gyp
index de1d8e9..5d7c92e 100644
--- a/tools.gyp
+++ b/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',
],
},
{