aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-05-05 10:45:57 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-05 10:45:57 -0700
commitad17cfc8c72515176a1b191767caac48e316b43a (patch)
tree4e04919905c0ac901833be86fb3c950a373e0e8a /gyp
parente4b19c4593da5179b346b66b291e8f4f45af617f (diff)
Move RectBatch to GrRect
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 803c1b1d20..c9bd851228 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -162,6 +162,8 @@
'<(skia_src_path)/gpu/GrRectanizer_pow2.h',
'<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
'<(skia_src_path)/gpu/GrRectanizer_skyline.h',
+ '<(skia_src_path)/gpu/GrRectBatch.h',
+ '<(skia_src_path)/gpu/GrRectBatch.cpp',
'<(skia_src_path)/gpu/GrRedBlackTree.h',
'<(skia_src_path)/gpu/GrRenderTarget.cpp',
'<(skia_src_path)/gpu/GrRenderTargetPriv.h',