| Index: gyp/gpu.gypi
 | 
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
 | 
| index fdb26ba0050d2576f71ab94ca3304ad281bb9ed3..a19191863627d1b7054f8bfd2d1cd5659010526e 100644
 | 
| --- a/gyp/gpu.gypi
 | 
| +++ b/gyp/gpu.gypi
 | 
| @@ -55,7 +55,6 @@
 | 
|        '<(skia_include_path)/gpu/gl/GrGLInterface.h',
 | 
|        '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
 | 
|  
 | 
| -      '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
 | 
|        '<(skia_src_path)/gpu/GrAutoLocaleSetter.h',
 | 
|        '<(skia_src_path)/gpu/GrAllocator.h',
 | 
|        '<(skia_src_path)/gpu/GrAtlas.cpp',
 | 
| @@ -90,8 +89,6 @@
 | 
|        '<(skia_src_path)/gpu/GrCoordTransform.cpp',
 | 
|        '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
 | 
|        '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
 | 
| -      '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
 | 
| -      '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
 | 
|        '<(skia_src_path)/gpu/GrDrawContext.cpp',
 | 
|        '<(skia_src_path)/gpu/GrDrawTarget.cpp',
 | 
|        '<(skia_src_path)/gpu/GrDrawTarget.h',
 | 
| @@ -223,6 +220,8 @@
 | 
|        '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.h',
 | 
|        '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.cpp',
 | 
|        '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.h',
 | 
| +      '<(skia_src_path)/gpu/batches/GrDefaultPathRenderer.cpp',
 | 
| +      '<(skia_src_path)/gpu/batches/GrDefaultPathRenderer.h',
 | 
|        '<(skia_src_path)/gpu/batches/GrDiscardBatch.h',
 | 
|        '<(skia_src_path)/gpu/batches/GrDrawBatch.cpp',
 | 
|        '<(skia_src_path)/gpu/batches/GrDrawBatch.h',
 | 
| 
 |