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

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: Move LazyDecodeBitmap to its own cpp/h. 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') | tools/LazyDecodeBitmap.h » ('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 de1d8e94a8ba6dcdbd781a15aed27ff22b79eaa9..3ce61a5f14d1dd3674c2cac45f53595f8dff33c5 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -131,6 +131,7 @@
'../tools/lua/lua_pictures.cpp',
'../src/utils/SkLuaCanvas.cpp',
'../src/utils/SkLua.cpp',
+ '../tools/LazyDecodeBitmap.cpp',
scroggo 2013/07/15 18:02:41 I think it would be better to include LazyDecodeBi
sglez 2013/07/16 15:59:33 Good idea
],
'dependencies': [
'skia_lib.gyp:skia_lib',
@@ -150,6 +151,7 @@
'type': 'executable',
'sources': [
'../tools/render_pictures_main.cpp',
+ '../tools/LazyDecodeBitmap.cpp',
],
'include_dirs': [
'../src/pipe/utils/',
@@ -171,6 +173,7 @@
'../bench/TimerData.cpp',
'../tools/bench_pictures_main.cpp',
'../tools/PictureBenchmark.cpp',
+ '../tools/LazyDecodeBitmap.cpp',
],
'include_dirs': [
'../bench',
@@ -291,10 +294,12 @@
'type': 'executable',
'sources': [
'../tools/pinspect.cpp',
+ '../tools/LazyDecodeBitmap.cpp',
],
'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') | tools/LazyDecodeBitmap.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698