| commit | cc690201d2538a7ec2dbec7040064c8d3c42c613 | [log] [tgz] |
|---|---|---|
| author | scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Mar 04 19:56:21 2013 +0000 |
| committer | scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Mar 04 19:56:21 2013 +0000 |
| tree | 6d6e3522202b6f993498bb2254ad1d669ef14aae | |
| parent | 46348e21732e64e1a4dcfb5d859e6edafba471ff [diff] |
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
diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 074efd1..7e5d79e 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',