aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gypi
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-08-21 13:02:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-21 13:02:13 -0700
commitc8dc1f74b6cdda9a43a638292a608c59c1d72d80 (patch)
tree3a9aa5cba189d6d342520bde36f94abb3570d5c6 /gyp/gpu.gypi
parent78fc1dbed0216f3c85445b100331645a187c424f (diff)
Add GrResourceCache2.
Currently it just replaces GrGpu as the owner of the linked list of resources. Committed: https://skia.googlesource.com/skia/+/94ce9ac8624dbb45656b8f5c992fad9c9ff3ee5f R=mtklein@google.com, robertphillips@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/481443002
Diffstat (limited to 'gyp/gpu.gypi')
-rw-r--r--gyp/gpu.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index ec2a07fc97..56ef4b5a63 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -114,6 +114,8 @@
'<(skia_src_path)/gpu/GrReducedClip.h',
'<(skia_src_path)/gpu/GrResourceCache.cpp',
'<(skia_src_path)/gpu/GrResourceCache.h',
+ '<(skia_src_path)/gpu/GrResourceCache2.cpp',
+ '<(skia_src_path)/gpu/GrResourceCache2.h',
'<(skia_src_path)/gpu/GrStencil.cpp',
'<(skia_src_path)/gpu/GrStencil.h',
'<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',