| Index: gyp/gpu.gypi
|
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
|
| index a6af660643ea19a1ef45723ac10001050b862848..462ef1c2660ba6d082a20972cad2eb73efef9710 100644
|
| --- a/gyp/gpu.gypi
|
| +++ b/gyp/gpu.gypi
|
| @@ -257,6 +257,10 @@
|
| '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
|
| '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp',
|
| '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h',
|
| + '<(skia_src_path)/gpu/gl/builders/GrGLFragmentOnlyProgramBuilder.cpp',
|
| + '<(skia_src_path)/gpu/gl/builders/GrGLFragmentOnlyProgramBuilder.h',
|
| + '<(skia_src_path)/gpu/gl/builders/GrGLFullProgramBuilder.cpp',
|
| + '<(skia_src_path)/gpu/gl/builders/GrGLFullProgramBuilder.h',
|
| '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
|
| '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
|
| '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp',
|
|
|