diff options
author | joshualitt <joshualitt@chromium.org> | 2015-08-10 10:08:26 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-10 10:08:26 -0700 |
commit | ecd1a69fbf88dc704709416f37179c1177954b13 (patch) | |
tree | 22163da03a7bf1767dfa8875bbd17b74ba17b79f /gyp | |
parent | 9d144ac15f26c0148dbcb82dd5aa1a348cb912ee (diff) |
Create GrRectBatchFactory
BUG=skia:
Review URL: https://codereview.chromium.org/1287433003
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 66ff11673e..0a378581f8 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -233,6 +233,8 @@ '<(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', '<(skia_src_path)/gpu/batches/GrStrokeRectBatch.h', |