diff options
author | joshualitt <joshualitt@chromium.org> | 2015-08-10 11:40:56 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-10 11:40:56 -0700 |
commit | 14205b114a7d834d0627b8c9acb234f4d809388d (patch) | |
tree | e58beffc28ab0c3eb0977fdd120f868f476eef2d /gyp | |
parent | fb69bb3a5e174b86769d2d492df9803bd37dbc16 (diff) |
Expand functionality of GrRectBatchFactory with AARects
BUG=skia:
Review URL: https://codereview.chromium.org/1279303002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 0a378581f8..88ecb59ad3 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -65,8 +65,6 @@ '<(skia_src_path)/gpu/GrAAConvexTessellator.h', '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.cpp', '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.h', - '<(skia_src_path)/gpu/GrAARectRenderer.cpp', - '<(skia_src_path)/gpu/GrAARectRenderer.h', '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', '<(skia_src_path)/gpu/GrAutoLocaleSetter.h', '<(skia_src_path)/gpu/GrAllocator.h', |