aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gypi
diff options
context:
space:
mode:
authorGravatar ethannicholas <ethannicholas@google.com>2016-01-07 13:34:16 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-07 13:34:16 -0800
commite9709e831954c3427d5cb839e84221a177bfedeb (patch)
treeac16e276fd2c8262126fb021eae51af0d19833b9 /gyp/gpu.gypi
parent94da292e39db0d41da08b1d6055ca5e0d6b498cc (diff)
Broke GrTessellatingPathRenderer's tessellator out into a separate file.
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 7312ff4b22..a7605809e1 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -161,6 +161,8 @@
'<(skia_src_path)/gpu/GrStencilAttachment.h',
'<(skia_src_path)/gpu/GrStrokeInfo.cpp',
'<(skia_src_path)/gpu/GrStrokeInfo.h',
+ '<(skia_src_path)/gpu/GrTessellator.cpp',
+ '<(skia_src_path)/gpu/GrTessellator.h',
'<(skia_src_path)/gpu/GrTraceMarker.cpp',
'<(skia_src_path)/gpu/GrTraceMarker.h',
'<(skia_src_path)/gpu/GrTracing.h',