aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-11-11 14:15:57 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-11 14:15:57 -0800
commit453cf40ac7702722695bb09ae2c6df44c19d008b (patch)
treeddaf714079178b7febf234442c203118fbb46edd /gyp
parent3c3fe7ce4893204eb8bcf885e8a1d539763bca5d (diff)
Add GrGpuResource::CacheAccess
Internal only helper class for manipulating and accessing cache keys. BUG=skia:2889 Review URL: https://codereview.chromium.org/703303003
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index cf3bdf7527..7b84365a6c 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -87,6 +87,7 @@
'<(skia_src_path)/gpu/GrGeometryBuffer.h',
'<(skia_src_path)/gpu/GrGpu.cpp',
'<(skia_src_path)/gpu/GrGpu.h',
+ '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h',
'<(skia_src_path)/gpu/GrGpuResource.cpp',
'<(skia_src_path)/gpu/GrGpuFactory.cpp',
'<(skia_src_path)/gpu/GrIndexBuffer.h',