Index: gyp/gpu.gypi |
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi |
index 6945eed5c1442b8ec5ec873f79296977d2f26761..bc3ebad08104e825e930817ab21a8a8c2258d9a5 100644 |
--- a/gyp/gpu.gypi |
+++ b/gyp/gpu.gypi |
@@ -24,6 +24,8 @@ |
'<(skia_include_path)/gpu/GrGpuResource.h', |
'<(skia_include_path)/gpu/GrPaint.h', |
'<(skia_include_path)/gpu/GrPathRendererChain.h', |
+ '<(skia_include_path)/gpu/GrProgramElement.h', |
+ '<(skia_include_path)/gpu/GrProgramResource.h', |
'<(skia_include_path)/gpu/GrRect.h', |
'<(skia_include_path)/gpu/GrRenderTarget.h', |
'<(skia_include_path)/gpu/GrResourceKey.h', |
@@ -104,6 +106,9 @@ |
'<(skia_src_path)/gpu/GrPathRendering.h', |
'<(skia_src_path)/gpu/GrPathUtils.cpp', |
'<(skia_src_path)/gpu/GrPathUtils.h', |
+ '<(skia_src_path)/gpu/GrProgramElement.cpp', |
+ '<(skia_src_path)/gpu/GrProgramElementRef.h', |
+ '<(skia_src_path)/gpu/GrProgramResource.cpp', |
'<(skia_src_path)/gpu/GrPictureUtils.h', |
'<(skia_src_path)/gpu/GrPictureUtils.cpp', |
'<(skia_src_path)/gpu/GrPlotMgr.h', |