From cc690201d2538a7ec2dbec7040064c8d3c42c613 Mon Sep 17 00:00:00 2001 From: "scroggo@google.com" Date: Mon, 4 Mar 2013 19:56:21 +0000 Subject: Add a way to monitor cache hits and misses for deferred decoding. Adds a new flag to bench_pictures in order to do this. Also fix a warning. Review URL: https://codereview.chromium.org/12393046 git-svn-id: http://skia.googlecode.com/svn/trunk@7965 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/tools.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'gyp/tools.gyp') diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 074efd1433..7e5d79e895 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -113,6 +113,7 @@ ], 'include_dirs': [ '../bench', + '../src/lazy/', ], 'dependencies': [ 'skia_base_libs.gyp:skia_base_libs', -- cgit v1.2.3