aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-20 21:35:00 +0000
committerGravatar senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-20 21:35:00 +0000
commit436411b013a160ca8dcd026c371f7bd03c7dcea2 (patch)
treeb6ae9631e3979cdb092dcda69ffac0fdd64c332c
parentb3fb7c1f467c4d43dff0d98683d3043f0176e07c (diff)
Fix typo in r5202, preventing include files from showing up.
Build fix; unreviewed. git-svn-id: http://skia.googlecode.com/svn/trunk@5205 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--gyp/effects.gypi62
1 files changed, 31 insertions, 31 deletions
diff --git a/gyp/effects.gypi b/gyp/effects.gypi
index b3e3f92838..acae42a157 100644
--- a/gyp/effects.gypi
+++ b/gyp/effects.gypi
@@ -62,37 +62,37 @@
'<(skia_src_path)/effects/gradients/SkSweepGradient.cpp',
'<(skia_src_path)/effects/gradients/SkSweepGradient.h',
- '<skia_include_path)/effects/Sk1DPathEffect.h',
- '<skia_include_path)/effects/Sk2DPathEffect.h',
- '<skia_include_path)/effects/SkAvoidXfermode.h',
- '<skia_include_path)/effects/SkArithmeticMode.h',
- '<skia_include_path)/effects/SkBitmapSource.h',
- '<skia_include_path)/effects/SkBlurDrawLooper.h',
- '<skia_include_path)/effects/SkBlurImageFilter.h',
- '<skia_include_path)/effects/SkBlurMaskFilter.h',
- '<skia_include_path)/effects/SkColorMatrix.h',
- '<skia_include_path)/effects/SkColorMatrixFilter.h',
- '<skia_include_path)/effects/SkColorFilterImageFilter.h',
- '<skia_include_path)/effects/SkCornerPathEffect.h',
- '<skia_include_path)/effects/SkDashPathEffect.h',
- '<skia_include_path)/effects/SkDiscretePathEffect.h',
- '<skia_include_path)/effects/SkDrawExtraPathEffect.h',
- '<skia_include_path)/effects/SkEmbossMaskFilter.h',
- '<skia_include_path)/effects/SkGradientShader.h',
- '<skia_include_path)/effects/SkKernel33MaskFilter.h',
- '<skia_include_path)/effects/SkLayerDrawLooper.h',
- '<skia_include_path)/effects/SkLayerRasterizer.h',
- '<skia_include_path)/effects/SkLightingImageFilter.h',
- '<skia_include_path)/effects/SkMorphologyImageFilter.h',
- '<skia_include_path)/effects/SkPaintFlagsDrawFilter.h',
- '<skia_include_path)/effects/SkPixelXorXfermode.h',
- '<skia_include_path)/effects/SkPorterDuff.h',
- '<skia_include_path)/effects/SkSingleInputImageFilter.h',
- '<skia_include_path)/effects/SkStippleMaskFilter.h',
- '<skia_include_path)/effects/SkTableColorFilter.h',
- '<skia_include_path)/effects/SkTableMaskFilter.h',
- '<skia_include_path)/effects/SkTransparentShader.h',
- '<skia_include_path)/effects/SkMagnifierImageFilter.h',
+ '<(skia_include_path)/effects/Sk1DPathEffect.h',
+ '<(skia_include_path)/effects/Sk2DPathEffect.h',
+ '<(skia_include_path)/effects/SkAvoidXfermode.h',
+ '<(skia_include_path)/effects/SkArithmeticMode.h',
+ '<(skia_include_path)/effects/SkBitmapSource.h',
+ '<(skia_include_path)/effects/SkBlurDrawLooper.h',
+ '<(skia_include_path)/effects/SkBlurImageFilter.h',
+ '<(skia_include_path)/effects/SkBlurMaskFilter.h',
+ '<(skia_include_path)/effects/SkColorMatrix.h',
+ '<(skia_include_path)/effects/SkColorMatrixFilter.h',
+ '<(skia_include_path)/effects/SkColorFilterImageFilter.h',
+ '<(skia_include_path)/effects/SkCornerPathEffect.h',
+ '<(skia_include_path)/effects/SkDashPathEffect.h',
+ '<(skia_include_path)/effects/SkDiscretePathEffect.h',
+ '<(skia_include_path)/effects/SkDrawExtraPathEffect.h',
+ '<(skia_include_path)/effects/SkEmbossMaskFilter.h',
+ '<(skia_include_path)/effects/SkGradientShader.h',
+ '<(skia_include_path)/effects/SkKernel33MaskFilter.h',
+ '<(skia_include_path)/effects/SkLayerDrawLooper.h',
+ '<(skia_include_path)/effects/SkLayerRasterizer.h',
+ '<(skia_include_path)/effects/SkLightingImageFilter.h',
+ '<(skia_include_path)/effects/SkMorphologyImageFilter.h',
+ '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h',
+ '<(skia_include_path)/effects/SkPixelXorXfermode.h',
+ '<(skia_include_path)/effects/SkPorterDuff.h',
+ '<(skia_include_path)/effects/SkSingleInputImageFilter.h',
+ '<(skia_include_path)/effects/SkStippleMaskFilter.h',
+ '<(skia_include_path)/effects/SkTableColorFilter.h',
+ '<(skia_include_path)/effects/SkTableMaskFilter.h',
+ '<(skia_include_path)/effects/SkTransparentShader.h',
+ '<(skia_include_path)/effects/SkMagnifierImageFilter.h',
],
}