| Index: gyp/gpu.gypi
 | 
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
 | 
| index 45362860b1cae12c3cc53a7170249a28d7268dfb..33d82540957bfa427f3d79719881d3d50c32569a 100644
 | 
| --- a/gyp/gpu.gypi
 | 
| +++ b/gyp/gpu.gypi
 | 
| @@ -59,6 +59,7 @@
 | 
|        '<(skia_src_path)/gpu/GrCacheID.cpp',
 | 
|        '<(skia_src_path)/gpu/GrClipData.cpp',
 | 
|        '<(skia_src_path)/gpu/GrContext.cpp',
 | 
| +      '<(skia_src_path)/gpu/GrCoordTransform.h',
 | 
|        '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
 | 
|        '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
 | 
|        '<(skia_src_path)/gpu/GrDrawState.cpp',
 | 
| @@ -150,14 +151,14 @@
 | 
|        '<(skia_src_path)/gpu/gl/GrGLCaps.h',
 | 
|        '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
 | 
|        '<(skia_src_path)/gpu/gl/GrGLContext.h',
 | 
| +      '<(skia_src_path)/gpu/gl/GrGLCoordTransform.cpp',
 | 
| +      '<(skia_src_path)/gpu/gl/GrGLCoordTransform.h',
 | 
|        '<(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/GrGLEffect.cpp',
 | 
|        '<(skia_src_path)/gpu/gl/GrGLEffect.h',
 | 
|        '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
 | 
| -      '<(skia_src_path)/gpu/gl/GrGLEffectMatrix.cpp',
 | 
| -      '<(skia_src_path)/gpu/gl/GrGLEffectMatrix.h',
 | 
|        '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
 | 
|        '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
 | 
|        '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
 | 
| 
 |