aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-02-01 12:09:07 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-01 12:09:07 -0800
commit8610002ff81fb5d81d1b7c312b5d0a8b05b41e13 (patch)
tree62e033879e0547c06741d3b67a9b67de5aa7f2f0 /gyp
parent3b7af78e813d182d61483fbfc317f26507adf778 (diff)
Move SkColorMatrixFilter implementation to core.
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gypi2
-rw-r--r--gyp/effects.gypi2
2 files changed, 3 insertions, 1 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index b80f43a72f..80f0eac956 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -71,6 +71,8 @@
'<(skia_src_path)/core/SkColor.cpp',
'<(skia_src_path)/core/SkColorFilter.cpp',
'<(skia_src_path)/core/SkColorFilterShader.cpp',
+ '<(skia_src_path)/core/SkColorMatrixFilterRowMajor255.cpp',
+ '<(skia_src_path)/core/SkColorMatrixFilterRowMajor255.h',
'<(skia_src_path)/core/SkColorShader.h',
'<(skia_src_path)/core/SkColorTable.cpp',
'<(skia_src_path)/core/SkComposeShader.cpp',
diff --git a/gyp/effects.gypi b/gyp/effects.gypi
index ea750b9bca..bbda38ae89 100644
--- a/gyp/effects.gypi
+++ b/gyp/effects.gypi
@@ -89,9 +89,9 @@
'<(skia_include_path)/effects/SkBlurImageFilter.h',
'<(skia_include_path)/effects/SkBlurMaskFilter.h',
'<(skia_include_path)/effects/SkColorCubeFilter.h',
+ '<(skia_include_path)/effects/SkColorFilterImageFilter.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',