| Index: gyp/gpu.gypi
|
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
|
| index 9212775fa5fc0cec29448eb4951c2c7b4c8570cc..ae095832d2d7aa66e9187ba455cb7d6df0a4a9ce 100644
|
| --- a/gyp/gpu.gypi
|
| +++ b/gyp/gpu.gypi
|
| @@ -364,11 +364,12 @@
|
| '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h',
|
|
|
| # GLSL
|
| - '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp',
|
| - '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h',
|
| '<(skia_src_path)/gpu/glsl/GrGLSL.cpp',
|
| '<(skia_src_path)/gpu/glsl/GrGLSL.h',
|
| '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h',
|
| + '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp',
|
| + '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h',
|
| + '<(skia_src_path)/gpu/gl/GrGLSLShaderVar.h',
|
|
|
| # Sk files
|
| '<(skia_include_path)/gpu/SkGr.h',
|
|
|