| Index: gyp/gpu.gypi
|
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
|
| index f15f1f143ad5713726439be45ea0747afb9eefb8..4d0efba96c3de43897a86e3763701e0900560034 100644
|
| --- a/gyp/gpu.gypi
|
| +++ b/gyp/gpu.gypi
|
| @@ -295,6 +295,10 @@
|
| '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
|
| '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
|
| '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
|
| + '<(skia_src_path)/gpu/gl/GrGLPathProgram.cpp',
|
| + '<(skia_src_path)/gpu/gl/GrGLPathProgram.h',
|
| + '<(skia_src_path)/gpu/gl/GrGLPathProgramDataManager.cpp',
|
| + '<(skia_src_path)/gpu/gl/GrGLPathProgramDataManager.h',
|
| '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
|
| '<(skia_src_path)/gpu/gl/GrGLPath.h',
|
| '<(skia_src_path)/gpu/gl/GrGLPathProcessor.cpp',
|
| @@ -331,6 +335,8 @@
|
| '<(skia_src_path)/gpu/gl/GrGLXferProcessor.h',
|
|
|
| # Files for building GLSL shaders
|
| + '<(skia_src_path)/gpu/gl/builders/GrGLPathProgramBuilder.cpp',
|
| + '<(skia_src_path)/gpu/gl/builders/GrGLPathProgramBuilder.h',
|
| '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
|
| '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
|
| '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp',
|
|
|