aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-09-02 08:42:16 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-02 08:42:16 -0700
commit0cffb171eb2c8b94ec61fcd833df03870eece1b2 (patch)
tree5b525a689eb630bba06e7cd43a76e579923e0836 /gyp
parent4f588b5b617da169914e3829389f02883ca70b7c (diff)
Remove GrAddPathRenderers_default
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',