aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-09 18:48:51 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-09 18:48:51 +0000
commitee9fb437743c73e16920de09d8c7b518ac173013 (patch)
tree93e58988ab7291189f6eb5e430efa6920a584e87 /gyp
parente93e1dbf0eced1e1b9aeed7c0c170961e2d61e32 (diff)
fix file names in gpu.gypi
Review URL: https://codereview.chromium.org/99193004 git-svn-id: http://skia.googlecode.com/svn/trunk@12572 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index cddabe329a..cbf721c4d3 100644
--- a/gyp/gpu.gypi
+++ b/gyp/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',