diff options
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index af1e5ad..076df75 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -8,13 +8,15 @@ 'target_name': 'skia', 'type': '<(component)', 'sources': [ + '../third_party/skia/gpu/src/GrAddPathRenderers_none.cpp', '../third_party/skia/gpu/src/GrAllocPool.cpp', '../third_party/skia/gpu/src/GrAtlas.cpp', '../third_party/skia/gpu/src/GrBufferAllocPool.cpp', '../third_party/skia/gpu/src/GrBufferAllocPool.h', '../third_party/skia/gpu/src/GrClip.cpp', '../third_party/skia/gpu/src/GrContext.cpp', - '../third_party/skia/gpu/src/GrCreatePathRenderer_none.cpp', + '../third_party/skia/gpu/src/GrDefaultPathRenderer.cpp', + '../third_party/skia/gpu/src/GrDefaultPathRenderer.h', '../third_party/skia/gpu/src/GrDrawTarget.cpp', '../third_party/skia/gpu/src/GrDrawTarget.h', '../third_party/skia/gpu/src/GrGeometryBuffer.h', @@ -50,6 +52,8 @@ '../third_party/skia/gpu/src/GrMemory.cpp', '../third_party/skia/gpu/src/GrPathRenderer.cpp', '../third_party/skia/gpu/src/GrPathRenderer.h', + '../third_party/skia/gpu/src/GrPathRendererChain.cpp', + '../third_party/skia/gpu/src/GrPathRendererChain.h', '../third_party/skia/gpu/src/GrPathUtils.cpp', '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', '../third_party/skia/gpu/src/GrRenderTarget.cpp', @@ -850,7 +854,7 @@ 'skia_opts', 'skia_libtess', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', - '../third_party/sfntly/sfntly.gyp:sfntly', + '../third_party/sfntly/sfntly.gyp:sfntly', '../third_party/zlib/zlib.gyp:zlib', ], 'direct_dependent_settings': { |