diff options
author | joshualitt <joshualitt@chromium.org> | 2015-08-26 08:10:35 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-26 08:10:35 -0700 |
commit | bcf33d5c06f7560039797b6023f14466c75598ed (patch) | |
tree | 07f8dfdca239dc52ee5904027c33e1084fe57415 /gyp | |
parent | 4bf69f7bbc073c1dc257f93f8c5b2a530123cb3c (diff) |
Rename GrBWFillRectBatch to GrNonAAFillRectBAtch
TBR=bsalomon@google.com
BUG=skia:
Review URL: https://codereview.chromium.org/1319733002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 3e08a5055f..ab57af144c 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -223,8 +223,6 @@ '<(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/GrClearBatch.h', @@ -238,6 +236,8 @@ '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h', '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp', '<(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/GrRectBatchFactory.h', '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp', '<(skia_src_path)/gpu/batches/GrStrokeRectBatch.cpp', |