aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-09-18 07:12:55 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-18 07:12:56 -0700
commit3566d44d852b2fc1773e41e80c0c19610aa6d43b (patch)
treedf769ffed9375229721ef454a69527bff63b08fc /gyp
parent966e3d30baf676dc399dc9c97ef15cc2c4f8d461 (diff)
Move StrokeRectBatches into .cpp files
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index cf2e5dd11c..c9761943b9 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -226,10 +226,10 @@
'<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h',
'<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h',
'<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp',
+ '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.cpp',
+ '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.h',
'<(skia_src_path)/gpu/batches/GrRectBatchFactory.h',
'<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp',
- '<(skia_src_path)/gpu/batches/GrStrokeRectBatch.cpp',
- '<(skia_src_path)/gpu/batches/GrStrokeRectBatch.h',
'<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp',
'<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h',
'<(skia_src_path)/gpu/batches/GrStencilPathBatch.h',