summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-09 17:03:02 +0000
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-09 17:03:02 +0000
commit25e21ec1393a93891969584dc35c554d2000868b (patch)
tree378d4ef9b771d777d729886991776cda27c7e7ca
parentc09a9f2d0911d2265496bff41259eeef6e456743 (diff)
downloadgyp-25e21ec1393a93891969584dc35c554d2000868b.tar.gz
Make texture domain a helper so that it can be incorporated into other effects.
R=robertphillips@google.com, jvanverth@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/98893006 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@12569 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--gpu.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu.gypi b/gpu.gypi
index 3eb60d2..cddabe3 100644
--- a/gpu.gypi
+++ b/gpu.gypi
@@ -140,8 +140,8 @@
'<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
'<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
'<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
- '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
- '<(skia_src_path)/gpu/effects/GrTextureDomainEffect.cpp',
+ '<(skia_src_path)/gpu/effects/GrSingleTexture.h',
+ '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
'<(skia_src_path)/gpu/effects/GrTextureDomainEffect.h',
'<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
'<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',