| Index: gyp/gpu.gypi
|
| diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
|
| index fa861dcdcbc287bc32158b8224452e460a091169..84c297081d7885bc657abb57d5cbd4514e996a1f 100644
|
| --- a/gyp/gpu.gypi
|
| +++ b/gyp/gpu.gypi
|
| @@ -63,6 +63,8 @@
|
| '<(skia_src_path)/gpu/GrContext.cpp',
|
| '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
|
| '<(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',
|
| @@ -140,6 +142,8 @@
|
| '<(skia_src_path)/gpu/effects/GrBicubicEffect.h',
|
| '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp',
|
| '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h',
|
| + '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp',
|
| + '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h',
|
| '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
|
| '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
|
| '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
|
|
|