diff options
author | joshualitt <joshualitt@chromium.org> | 2014-11-19 08:24:09 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-19 08:24:09 -0800 |
commit | 02bcd9db00ff896a09ac99eb441ee10cfb0ef6c4 (patch) | |
tree | 0158c80b9be32eeb50f100e82c7c53c27c4d4446 /gyp | |
parent | ae59b77612c42ff6b793dc33e3d115e6a5db34cc (diff) |
move GrGeometryProcessor to src
TBR=
BUG=skia:
Review URL: https://codereview.chromium.org/739943003
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 1 |
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', |