From 72ebb9f1dc1ed4d64127b02fed93446b278069d1 Mon Sep 17 00:00:00 2001 From: mtklein Date: Thu, 7 Aug 2014 14:27:03 -0700 Subject: DM: conserve memory when using --skps - limit to maximum 1000x1000 viewport like in bench_pictures and nanobench - use lazy bitmap decoding when reading the pictures from disk BUG=skia: R=reed@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/448263002 --- gyp/dm.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'gyp') diff --git a/gyp/dm.gypi b/gyp/dm.gypi index 1f11e17872..92262f3a75 100644 --- a/gyp/dm.gypi +++ b/gyp/dm.gypi @@ -50,6 +50,7 @@ '../src/utils/debugger/SkDebugCanvas.cpp', '../src/utils/debugger/SkDrawCommand.cpp', '../src/utils/debugger/SkObjectParser.cpp', + '../tools/LazyDecodeBitmap.cpp', ], 'conditions': [ [ 'skia_gpu == 1', { -- cgit v1.2.3