diff options
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 2644d47..92f4325 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -39,10 +39,10 @@ '../third_party/skia/gpu/src/GrPathUtils.cpp', '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', '../third_party/skia/gpu/src/GrResource.cpp', + '../third_party/skia/gpu/src/GrResourceCache.cpp', '../third_party/skia/gpu/src/GrStencil.cpp', '../third_party/skia/gpu/src/GrTesselatedPathRenderer.cpp', '../third_party/skia/gpu/src/GrTexture.cpp', - '../third_party/skia/gpu/src/GrTextureCache.cpp', '../third_party/skia/gpu/src/GrTextContext.cpp', '../third_party/skia/gpu/src/GrTextStrike.cpp', '../third_party/skia/gpu/src/GrTextStrike_impl.h', @@ -85,6 +85,7 @@ '../third_party/skia/gpu/include/GrRect.h', '../third_party/skia/gpu/include/GrRectanizer.h', '../third_party/skia/gpu/include/GrRefCnt.h', + '../third_party/skia/gpu/include/GrResourceCache.h', '../third_party/skia/gpu/include/GrSamplerState.h', '../third_party/skia/gpu/include/GrScalar.h', '../third_party/skia/gpu/include/GrStencil.h', @@ -99,7 +100,6 @@ '../third_party/skia/gpu/include/GrTextContext.h', '../third_party/skia/gpu/include/GrTextStrike.h', '../third_party/skia/gpu/include/GrTexture.h', - '../third_party/skia/gpu/include/GrTextureCache.h', '../third_party/skia/gpu/include/GrTypes.h', '../third_party/skia/gpu/include/GrUserConfig.h', '../third_party/skia/gpu/include/GrVertexBuffer.h', |