Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Unified Diff: gyp/tools.gyp

Issue 19109002: Add the lazy decoder from PictureFlags to SkImageDecoder (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Add include Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/LazyDecodeBitmap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index de1d8e94a8ba6dcdbd781a15aed27ff22b79eaa9..5d7c92e6ae470ca082268fae8b29b8141ed88e2b 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',
],
},
{
« no previous file with comments | « no previous file | tools/LazyDecodeBitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698