diff options
author | robertphillips <robertphillips@google.com> | 2016-05-03 05:06:29 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-03 05:06:29 -0700 |
commit | de5bf0cfeca908b81a28cc50065f7bc2da3d2fd1 (patch) | |
tree | e208e4b36c04587300639bfaf50ff21799c4a1a3 /gyp | |
parent | 1cb00e42bff455e23f6883bf09680438fa631224 (diff) |
Add Gr*Proxy classes
This isn't wired in anywhere yet.
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1937553002
Review-Url: https://codereview.chromium.org/1937553002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 69f286d239..5919e24b59 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -61,6 +61,9 @@ # Private includes '<(skia_include_path)/private/GrAuditTrail.h', '<(skia_include_path)/private/GrSingleOwner.h', + '<(skia_include_path)/private/GrRenderTargetProxy.h', + '<(skia_include_path)/private/GrSurfaceProxy.h', + '<(skia_include_path)/private/GrTextureProxy.h', '<(skia_src_path)/gpu/GrAuditTrail.cpp', '<(skia_src_path)/gpu/GrAutoLocaleSetter.h', @@ -157,6 +160,7 @@ '<(skia_src_path)/gpu/GrRectanizer_skyline.h', '<(skia_src_path)/gpu/GrRenderTarget.cpp', '<(skia_src_path)/gpu/GrRenderTargetPriv.h', + '<(skia_src_path)/gpu/GrRenderTargetProxy.cpp', '<(skia_src_path)/gpu/GrReducedClip.cpp', '<(skia_src_path)/gpu/GrReducedClip.h', '<(skia_src_path)/gpu/GrResourceCache.cpp', @@ -185,12 +189,14 @@ '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', '<(skia_src_path)/gpu/GrSurfacePriv.h', '<(skia_src_path)/gpu/GrSurface.cpp', + '<(skia_src_path)/gpu/GrSurfaceProxy.cpp', '<(skia_src_path)/gpu/GrSwizzle.h', '<(skia_src_path)/gpu/GrTexture.cpp', '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h', '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp', - '<(skia_src_path)/gpu/GrTextureProvider.cpp', '<(skia_src_path)/gpu/GrTexturePriv.h', + '<(skia_src_path)/gpu/GrTextureProvider.cpp', + '<(skia_src_path)/gpu/GrTextureProxy.cpp', '<(skia_src_path)/gpu/GrTextureToYUVPlanes.cpp', '<(skia_src_path)/gpu/GrTextureToYUVPlanes.h', '<(skia_src_path)/gpu/GrTextureAccess.cpp', |