Chromium Code Reviews| Index: gyp/gpu.gypi |
| =================================================================== |
| --- gyp/gpu.gypi (revision 7952) |
| +++ gyp/gpu.gypi (working copy) |
| @@ -124,10 +124,14 @@ |
| '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', |
|
robertphillips
2013/03/05 20:30:13
What is texture strip atlas doing up here?
jvanverth1
2013/03/07 15:21:54
Done. Also removed GrCircleEdgeEffect, which I did
|
| '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', |
| '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', |
| + '<(skia_src_path)/gpu/effects/GrCircleEdgeEffect.cpp', |
| + '<(skia_src_path)/gpu/effects/GrCircleEdgeEffect.h', |
| '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', |
| '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', |
| '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', |
| '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', |
| + '<(skia_src_path)/gpu/effects/GrEllipseEdgeEffect.cpp', |
| + '<(skia_src_path)/gpu/effects/GrEllipseEdgeEffect.h', |
| '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', |
| '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', |
| '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', |