| Index: gyp/gpu.gypi
|
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
|
| index f2bd4e2f8207a6e77bce25b95d16a2fb0d07e225..81798a19844cf14b8b57b8a00d4876ed775bb362 100644
|
| --- a/gyp/gpu.gypi
|
| +++ b/gyp/gpu.gypi
|
| @@ -36,6 +36,7 @@
|
| '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
|
| '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
|
| '<(skia_include_path)/gpu/gl/GrGLInterface.h',
|
| + '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
|
|
|
| '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp',
|
| '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
|
| @@ -202,6 +203,7 @@
|
| '<(skia_src_path)/gpu/gl/GrGLPath.h',
|
| '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
|
| '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
|
| + '<(skia_src_path)/gpu/gl/GrGLSLPrettyPrint.cpp',
|
| '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
|
| '<(skia_src_path)/gpu/gl/GrGLProgram.h',
|
| '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
|
|
|