| Index: gyp/gpu.gypi
|
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
|
| index 9c250f0e9bf82ad47985d76643f93566055fc51f..f06477fa8e848f26f18522a99f20786c5845e1d1 100644
|
| --- a/gyp/gpu.gypi
|
| +++ b/gyp/gpu.gypi
|
| @@ -111,6 +111,8 @@
|
| '<(skia_src_path)/gpu/GrPaint.cpp',
|
| '<(skia_src_path)/gpu/GrPath.cpp',
|
| '<(skia_src_path)/gpu/GrPath.h',
|
| + '<(skia_src_path)/gpu/GrPathProcessor.cpp',
|
| + '<(skia_src_path)/gpu/GrPathProcessor.h',
|
| '<(skia_src_path)/gpu/GrPathRange.cpp',
|
| '<(skia_src_path)/gpu/GrPathRange.h',
|
| '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
|
| @@ -126,6 +128,8 @@
|
| '<(skia_src_path)/gpu/GrPipeline.h',
|
| '<(skia_src_path)/gpu/GrPipelineBuilder.cpp',
|
| '<(skia_src_path)/gpu/GrPipelineBuilder.h',
|
| + '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp',
|
| + '<(skia_src_path)/gpu/GrPrimitiveProcessor.h',
|
| '<(skia_src_path)/gpu/GrProgramDesc.h',
|
| '<(skia_src_path)/gpu/GrProgramElement.cpp',
|
| '<(skia_src_path)/gpu/GrProcessor.cpp',
|
| @@ -231,6 +235,7 @@
|
| '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
|
| '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
|
| '<(skia_src_path)/gpu/gl/GrGLDefines.h',
|
| + '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.cpp',
|
| '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h',
|
| '<(skia_src_path)/gpu/gl/GrGLGpu.cpp',
|
| '<(skia_src_path)/gpu/gl/GrGLGpu.h',
|
| @@ -246,10 +251,14 @@
|
| '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
|
| '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
|
| '<(skia_src_path)/gpu/gl/GrGLPath.h',
|
| + '<(skia_src_path)/gpu/gl/GrGLPathProcessor.cpp',
|
| + '<(skia_src_path)/gpu/gl/GrGLPathProcessor.h',
|
| '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
|
| '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
|
| '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
|
| '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
|
| + '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.cpp',
|
| + '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.h',
|
| '<(skia_src_path)/gpu/gl/GrGLProcessor.h',
|
| '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
|
| '<(skia_src_path)/gpu/gl/GrGLProgram.h',
|
|
|