diff options
author | bsalomon <bsalomon@google.com> | 2015-08-13 14:55:50 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-13 14:55:50 -0700 |
commit | 16b991390bb988b194a868ab8de66db4c21c7c13 (patch) | |
tree | 113ed198661b9ee00e0cb47a7edeaadc63f2323f /gyp | |
parent | 8f4fe37b1cb7c98577d76e7004f35929664e251e (diff) |
Split GrDrawBatch and GrVertexBatch into their own files
TBR=joshualitt@google.com
Review URL: https://codereview.chromium.org/1296483002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index a9871c400a..892b873f69 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -227,6 +227,8 @@ '<(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/GrDrawBatch.cpp', + '<(skia_src_path)/gpu/batches/GrDrawBatch.h', '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.cpp', '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.h', '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp', @@ -235,6 +237,8 @@ '<(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/GrVertexBatch.cpp', + '<(skia_src_path)/gpu/batches/GrVertexBatch.h', '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', |