aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gypi
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-08-10 10:08:26 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-10 10:08:26 -0700
commitecd1a69fbf88dc704709416f37179c1177954b13 (patch)
tree22163da03a7bf1767dfa8875bbd17b74ba17b79f /gyp/gpu.gypi
parent9d144ac15f26c0148dbcb82dd5aa1a348cb912ee (diff)
Create GrRectBatchFactory
Diffstat (limited to 'gyp/gpu.gypi')
-rw-r--r--gyp/gpu.gypi2
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',