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

Unified Diff: gyp/tools.gyp

Issue 16034015: Use image decoding in pinspect (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Use lazy decoder. Created 7 years, 6 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/pinspect.cpp » ('j') | tools/pinspect.cpp » ('J')
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 67ea8b47405b01096aba906146d555975ef2dab8..552dfc8b6f43363620b85a14d77459c5bf42b144 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -274,6 +274,7 @@
],
'dependencies': [
'skia_lib.gyp:skia_lib',
+ 'tools.gyp:picture_renderer',
sglez 2013/06/12 15:37:37 Linking to flags was not enough because it doesn't
scroggo 2013/06/12 16:10:05 No, I was confused. PictureRenderingFlags should n
],
},
{
« no previous file with comments | « no previous file | tools/pinspect.cpp » ('j') | tools/pinspect.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698