aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
authorGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-04 19:56:21 +0000
committerGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-04 19:56:21 +0000
commitcc690201d2538a7ec2dbec7040064c8d3c42c613 (patch)
tree6d6e3522202b6f993498bb2254ad1d669ef14aae /gyp/tools.gyp
parent46348e21732e64e1a4dcfb5d859e6edafba471ff (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
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp1
1 files changed, 1 insertions, 0 deletions
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',