aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-08-13 10:05:51 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-13 10:05:51 -0700
commit9c80b5ff592caf1c18b43e98c85bc8340b3ac531 (patch)
tree19af39b4cc96d2aca98a75098248b6941b3482c4 /gyp
parentd5b75638f77974165a59b44a59a442728bb39fa5 (diff)
Move GrRectBatch to GrBWFillRectBatch and make internal
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 88ecb59ad3..a9871c400a 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -223,14 +223,14 @@
'<(skia_src_path)/gpu/batches/GrAAFillRectBatch.h',
'<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.cpp',
'<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.h',
+ '<(skia_src_path)/gpu/batches/GrBWFillRectBatch.h',
+ '<(skia_src_path)/gpu/batches/GrBWFillRectBatch.cpp',
'<(skia_src_path)/gpu/batches/GrBatch.cpp',
'<(skia_src_path)/gpu/batches/GrBatch.h',
'<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.cpp',
'<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.h',
'<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp',
'<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h',
- '<(skia_src_path)/gpu/batches/GrRectBatch.h',
- '<(skia_src_path)/gpu/batches/GrRectBatch.cpp',
'<(skia_src_path)/gpu/batches/GrRectBatchFactory.h',
'<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp',
'<(skia_src_path)/gpu/batches/GrStrokeRectBatch.cpp',