aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi5
1 files changed, 2 insertions, 3 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index fdb26ba005..a191918636 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -55,7 +55,6 @@
'<(skia_include_path)/gpu/gl/GrGLInterface.h',
'<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
- '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
'<(skia_src_path)/gpu/GrAutoLocaleSetter.h',
'<(skia_src_path)/gpu/GrAllocator.h',
'<(skia_src_path)/gpu/GrAtlas.cpp',
@@ -90,8 +89,6 @@
'<(skia_src_path)/gpu/GrCoordTransform.cpp',
'<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
'<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
- '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
- '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
'<(skia_src_path)/gpu/GrDrawContext.cpp',
'<(skia_src_path)/gpu/GrDrawTarget.cpp',
'<(skia_src_path)/gpu/GrDrawTarget.h',
@@ -223,6 +220,8 @@
'<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.h',
'<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.cpp',
'<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.h',
+ '<(skia_src_path)/gpu/batches/GrDefaultPathRenderer.cpp',
+ '<(skia_src_path)/gpu/batches/GrDefaultPathRenderer.h',
'<(skia_src_path)/gpu/batches/GrDiscardBatch.h',
'<(skia_src_path)/gpu/batches/GrDrawBatch.cpp',
'<(skia_src_path)/gpu/batches/GrDrawBatch.h',