aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-01-29 08:44:17 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-29 08:44:17 -0800
commit2a1d401bf2d500bab225b78a20cb6f16b2c67efb (patch)
tree4892b7442523079d0bc15f5a1d777050155ce4fc /gyp
parentc05f7c3d57156940bc5c27bfd01e432c0b232a39 (diff)
Move SkAvoidXfermode over from Android
Diffstat (limited to 'gyp')
-rw-r--r--gyp/effects.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/effects.gypi b/gyp/effects.gypi
index af0935700c..cee399d6e7 100644
--- a/gyp/effects.gypi
+++ b/gyp/effects.gypi
@@ -21,6 +21,7 @@
'<(skia_src_path)/effects/SkArithmeticMode.cpp',
'<(skia_src_path)/effects/SkArithmeticMode_gpu.cpp',
'<(skia_src_path)/effects/SkArithmeticMode_gpu.h',
+ '<(skia_src_path)/effects/SkAvoidXfermode.cpp',
'<(skia_src_path)/effects/SkBlurDrawLooper.cpp',
'<(skia_src_path)/effects/SkBlurMask.cpp',
'<(skia_src_path)/effects/SkBlurMask.h',
@@ -84,6 +85,7 @@
'<(skia_include_path)/effects/Sk2DPathEffect.h',
'<(skia_include_path)/effects/SkAlphaThresholdFilter.h',
'<(skia_include_path)/effects/SkArithmeticMode.h',
+ '<(skia_include_path)/effects/SkAvoidXfermode.h',
'<(skia_include_path)/effects/SkBlurDrawLooper.h',
'<(skia_include_path)/effects/SkBlurImageFilter.h',
'<(skia_include_path)/effects/SkBlurMaskFilter.h',