summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-09 18:48:51 +0000
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-09 18:48:51 +0000
commitc4009ddcfc1b1c447b4b9042e93646ba19932989 (patch)
tree0e7f491f5dee41c58d7e2110d74af873bd808b01
parentef5a1fbd63dff821a946e0b8e67db3fa335bddb0 (diff)
downloadgyp-c4009ddcfc1b1c447b4b9042e93646ba19932989.tar.gz
fix file names in gpu.gypi
Review URL: https://codereview.chromium.org/99193004 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@12572 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 cddabe3..cbf721c 100644
--- a/gpu.gypi
+++ b/gpu.gypi
@@ -140,9 +140,9 @@
'<(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/GrSingleTexture.h',
+ '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
'<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
- '<(skia_src_path)/gpu/effects/GrTextureDomainEffect.h',
+ '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
'<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
'<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',