| Index: gyp/gpu.gypi
|
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
|
| index b46780da69a666d3aac8d9c6582f8c2d7f34f781..77b29ff57e7e51d53442efbf394075a3581002bd 100644
|
| --- a/gyp/gpu.gypi
|
| +++ b/gyp/gpu.gypi
|
| @@ -76,8 +76,6 @@
|
| '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
|
| '<(skia_src_path)/gpu/GrDistanceFieldTextContext.h',
|
| '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp',
|
| - '<(skia_src_path)/gpu/GrDrawState.cpp',
|
| - '<(skia_src_path)/gpu/GrDrawState.h',
|
| '<(skia_src_path)/gpu/GrDrawTarget.cpp',
|
| '<(skia_src_path)/gpu/GrDrawTarget.h',
|
| '<(skia_src_path)/gpu/GrDrawTargetCaps.h',
|
| @@ -106,8 +104,6 @@
|
| '<(skia_src_path)/gpu/GrMemoryPool.cpp',
|
| '<(skia_src_path)/gpu/GrMemoryPool.h',
|
| '<(skia_src_path)/gpu/GrMurmur3HashKey.h',
|
| - '<(skia_src_path)/gpu/GrOptDrawState.cpp',
|
| - '<(skia_src_path)/gpu/GrOptDrawState.h',
|
| '<(skia_src_path)/gpu/GrOrderedSet.h',
|
| '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
|
| '<(skia_src_path)/gpu/GrOvalRenderer.h',
|
| @@ -125,6 +121,10 @@
|
| '<(skia_src_path)/gpu/GrPathUtils.h',
|
| '<(skia_src_path)/gpu/GrPendingProgramElement.h',
|
| '<(skia_src_path)/gpu/GrPendingFragmentStage.h',
|
| + '<(skia_src_path)/gpu/GrPipeline.cpp',
|
| + '<(skia_src_path)/gpu/GrPipeline.h',
|
| + '<(skia_src_path)/gpu/GrPipelineBuilder.cpp',
|
| + '<(skia_src_path)/gpu/GrPipelineBuilder.h',
|
| '<(skia_src_path)/gpu/GrProgramDesc.h',
|
| '<(skia_src_path)/gpu/GrProgramElement.cpp',
|
| '<(skia_src_path)/gpu/GrProcessor.cpp',
|
|
|