| Index: gyp/gpu.gypi
|
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
|
| index 5095c44c5c101feeadc5ef4911902f8c110452f1..28c808d34a971a8fe9be5d48606818a04e43f9fe 100644
|
| --- a/gyp/gpu.gypi
|
| +++ b/gyp/gpu.gypi
|
| @@ -16,15 +16,14 @@
|
| '<(skia_include_path)/gpu/GrContext.h',
|
| '<(skia_include_path)/gpu/GrCoordTransform.h',
|
| '<(skia_include_path)/gpu/GrFragmentProcessor.h',
|
| + '<(skia_include_path)/gpu/GrFragmentStage.h',
|
| '<(skia_include_path)/gpu/GrGpuResource.h',
|
| '<(skia_include_path)/gpu/GrInvariantOutput.h',
|
| '<(skia_include_path)/gpu/GrPaint.h',
|
| '<(skia_include_path)/gpu/GrPathRendererChain.h',
|
| '<(skia_include_path)/gpu/GrProcessor.h',
|
| - '<(skia_include_path)/gpu/GrProcessorStage.h',
|
| '<(skia_include_path)/gpu/GrProcessorUnitTest.h',
|
| '<(skia_include_path)/gpu/GrProgramElement.h',
|
| - '<(skia_include_path)/gpu/GrProgramElementRef.h',
|
| '<(skia_include_path)/gpu/GrGpuResourceRef.h',
|
| '<(skia_include_path)/gpu/GrRect.h',
|
| '<(skia_include_path)/gpu/GrRenderTarget.h',
|
| @@ -118,6 +117,8 @@
|
| '<(skia_src_path)/gpu/GrPathRendering.h',
|
| '<(skia_src_path)/gpu/GrPathUtils.cpp',
|
| '<(skia_src_path)/gpu/GrPathUtils.h',
|
| + '<(skia_src_path)/gpu/GrPendingProgramElement.h',
|
| + '<(skia_src_path)/gpu/GrPendingFragmentStage.h',
|
| '<(skia_src_path)/gpu/GrProgramDesc.h',
|
| '<(skia_src_path)/gpu/GrProgramElement.cpp',
|
| '<(skia_src_path)/gpu/GrProcessor.cpp',
|
|
|