From c8dc1f74b6cdda9a43a638292a608c59c1d72d80 Mon Sep 17 00:00:00 2001 From: bsalomon Date: Thu, 21 Aug 2014 13:02:13 -0700 Subject: 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 --- gyp/gpu.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gyp/gpu.gypi') 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', -- cgit v1.2.3