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