aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-09-08 08:37:36 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-08 08:37:36 -0700
commit43fe6185c5043247c47daa450b015e26d86728fe (patch)
tree3728da30ae4c87609e65165d7727fc977cf92bfd /gyp
parentbbd40183ae5f5dd3ae6e8ad3cf89cf5c27ce754b (diff)
refactor parts of SkGr.cpp for use by SkImages
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi4
1 files changed, 3 insertions, 1 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index a191918636..58687a7014 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -197,7 +197,9 @@
'<(skia_src_path)/gpu/GrVertexBuffer.h',
'<(skia_src_path)/gpu/GrVertices.h',
'<(skia_src_path)/gpu/GrXferProcessor.cpp',
-
+ '<(skia_src_path)/gpu/GrYUVProvider.cpp',
+ '<(skia_src_path)/gpu/GrYUVProvider.h',
+
# Batches
'<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp',
'<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.h',