aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2014-11-19 08:24:09 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-19 08:24:09 -0800
commit02bcd9db00ff896a09ac99eb441ee10cfb0ef6c4 (patch)
tree0158c80b9be32eeb50f100e82c7c53c27c4d4446 /gyp
parentae59b77612c42ff6b793dc33e3d115e6a5db34cc (diff)
move GrGeometryProcessor to src
TBR= BUG=skia: Review URL: https://codereview.chromium.org/739943003
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 28c808d34a..c019b12ea5 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -83,6 +83,7 @@
'<(skia_src_path)/gpu/GrFontScaler.cpp',
'<(skia_src_path)/gpu/GrFontScaler.h',
'<(skia_src_path)/gpu/GrGeometryBuffer.h',
+ '<(skia_src_path)/gpu/GrGeometryProcessor.h',
'<(skia_src_path)/gpu/GrGlyph.h',
'<(skia_src_path)/gpu/GrGpu.cpp',
'<(skia_src_path)/gpu/GrGpu.h',