aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2016-12-14 21:07:01 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-15 14:40:59 +0000
commitfc527d27641bb693a0a7703ba9d35100f7500fd7 (patch)
tree5cb9eb7c5fd6304ca7f98cfe9301b4c36f2fa5f6 /gn
parentebccb82680fc13cc92d9051e8520de6b460df074 (diff)
Even more batch->op and sk_sp'ification.
Change-Id: I9930381465ebad690206e2251171004f9579fbcd Reviewed-on: https://skia-review.googlesource.com/6100 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/gpu.gni20
1 files changed, 10 insertions, 10 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni
index 12005fb9dc..d514c3d9f3 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -252,14 +252,14 @@ skia_gpu_sources = [
"$_src/gpu/batches/GrDefaultPathRenderer.cpp",
"$_src/gpu/batches/GrDefaultPathRenderer.h",
"$_src/gpu/batches/GrDiscardOp.h",
- "$_src/gpu/batches/GrDrawAtlasBatch.cpp",
- "$_src/gpu/batches/GrDrawAtlasBatch.h",
+ "$_src/gpu/batches/GrDrawAtlasOp.cpp",
+ "$_src/gpu/batches/GrDrawAtlasOp.h",
"$_src/gpu/batches/GrDrawOp.cpp",
"$_src/gpu/batches/GrDrawOp.h",
"$_src/gpu/batches/GrDrawPathBatch.cpp",
"$_src/gpu/batches/GrDrawPathBatch.h",
- "$_src/gpu/batches/GrDrawVerticesBatch.cpp",
- "$_src/gpu/batches/GrDrawVerticesBatch.h",
+ "$_src/gpu/batches/GrDrawVerticesOp.cpp",
+ "$_src/gpu/batches/GrDrawVerticesOp.h",
"$_src/gpu/batches/GrMSAAPathRenderer.cpp",
"$_src/gpu/batches/GrMSAAPathRenderer.h",
"$_src/gpu/batches/GrNonAAFillRectOp.h",
@@ -267,8 +267,8 @@ skia_gpu_sources = [
"$_src/gpu/batches/GrNonAAFillRectPerspectiveOp.cpp",
"$_src/gpu/batches/GrNonAAStrokeRectOp.cpp",
"$_src/gpu/batches/GrNonAAStrokeRectOp.h",
- "$_src/gpu/batches/GrNinePatch.cpp",
- "$_src/gpu/batches/GrNinePatch.h",
+ "$_src/gpu/batches/GrLatticeOp.cpp",
+ "$_src/gpu/batches/GrLatticeOp.h",
"$_src/gpu/batches/GrOp.cpp",
"$_src/gpu/batches/GrOp.h",
"$_src/gpu/batches/GrOvalOpFactory.cpp",
@@ -277,10 +277,10 @@ skia_gpu_sources = [
"$_src/gpu/batches/GrPLSPathRenderer.h",
"$_src/gpu/batches/GrRectOpFactory.h",
"$_src/gpu/batches/GrRectOpFactory.cpp",
- "$_src/gpu/batches/GrRegionBatch.cpp",
- "$_src/gpu/batches/GrRegionBatch.h",
- "$_src/gpu/batches/GrShadowRRectBatch.cpp",
- "$_src/gpu/batches/GrShadowRRectBatch.h",
+ "$_src/gpu/batches/GrRegionOp.cpp",
+ "$_src/gpu/batches/GrRegionOp.h",
+ "$_src/gpu/batches/GrShadowRRectOp.cpp",
+ "$_src/gpu/batches/GrShadowRRectOp.h",
"$_src/gpu/batches/GrStencilAndCoverPathRenderer.cpp",
"$_src/gpu/batches/GrStencilAndCoverPathRenderer.h",
"$_src/gpu/batches/GrStencilPathBatch.h",