aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar ethannicholas <ethannicholas@google.com>2016-04-04 11:00:00 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-04 11:00:00 -0700
commitb0fabd4ed55abcb6f5ed2f331c96c783f42bd37c (patch)
treed01759e167e85269d0b78cecece92c52d6937f2b /gyp
parentaf0ba653bf47bae2683603ab89c9dba7dd0449ed (diff)
added GrMSAAPathRenderer
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 94215c1304..2b0b72f2c1 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -229,6 +229,8 @@
'<(skia_src_path)/gpu/batches/GrDrawPathBatch.h',
'<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp',
'<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h',
+ '<(skia_src_path)/gpu/batches/GrMSAAPathRenderer.cpp',
+ '<(skia_src_path)/gpu/batches/GrMSAAPathRenderer.h',
'<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h',
'<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp',
'<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.cpp',