Chromium Code Reviews| 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', |
| ], |
| }, |
| { |