diff options
author | egdaniel@google.com <egdaniel@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-08-22 18:32:25 +0000 |
---|---|---|
committer | egdaniel@google.com <egdaniel@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-08-22 18:32:25 +0000 |
commit | 2398bbd8dcdfd9d8cf98b9c243b25dd03481b2b2 (patch) | |
tree | e470be48ee1951d22ff61cd5f84f119c837a48b3 /gyp | |
parent | a6aa0e31f9e5e19fe6a2b2799fbdeea3ed373089 (diff) |
Revert "Pull out Effect Shaders in GPU Path Renderer"
This reverts commit c48a99661cb3df9baa7012c001f8d7dcf0a2f368.
git-svn-id: http://skia.googlecode.com/svn/trunk@10881 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 33fbfae637..c71abbf273 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -130,8 +130,6 @@ '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', - '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', - '<(skia_src_path)/gpu/effects/GrBezierEffect.h', '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', |