aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/effects.gypi2
-rw-r--r--gyp/gmslides.gypi1
-rw-r--r--gyp/public_headers.gypi1
3 files changed, 4 insertions, 0 deletions
diff --git a/gyp/effects.gypi b/gyp/effects.gypi
index 74cfddafc1..21e02e447b 100644
--- a/gyp/effects.gypi
+++ b/gyp/effects.gypi
@@ -9,6 +9,7 @@
'sources': [
'<(skia_src_path)/effects/Sk1DPathEffect.cpp',
'<(skia_src_path)/effects/Sk2DPathEffect.cpp',
+ '<(skia_src_path)/effects/SkAlphaThresholdFilter.cpp',
'<(skia_src_path)/effects/SkArithmeticMode.cpp',
'<(skia_src_path)/effects/SkAvoidXfermode.cpp',
'<(skia_src_path)/effects/SkBicubicImageFilter.cpp',
@@ -80,6 +81,7 @@
'<(skia_include_path)/effects/Sk1DPathEffect.h',
'<(skia_include_path)/effects/Sk2DPathEffect.h',
'<(skia_include_path)/effects/SkXfermodeImageFilter.h',
+ '<(skia_include_path)/effects/SkAlphaThresholdFilter.h',
'<(skia_include_path)/effects/SkArithmeticMode.h',
'<(skia_include_path)/effects/SkAvoidXfermode.h',
'<(skia_include_path)/effects/SkBitmapSource.h',
diff --git a/gyp/gmslides.gypi b/gyp/gmslides.gypi
index 40eb101934..8e50eb074c 100644
--- a/gyp/gmslides.gypi
+++ b/gyp/gmslides.gypi
@@ -73,6 +73,7 @@
'../gm/hairlines.cpp',
'../gm/hairmodes.cpp',
'../gm/hittestpath.cpp',
+ '../gm/imagealphathreshold.cpp',
'../gm/imageblur.cpp',
'../gm/imagemagnifier.cpp',
'../gm/inversepaths.cpp',
diff --git a/gyp/public_headers.gypi b/gyp/public_headers.gypi
index a9ef4dd24a..b42623f547 100644
--- a/gyp/public_headers.gypi
+++ b/gyp/public_headers.gypi
@@ -72,6 +72,7 @@
'effects/SkMorphologyImageFilter.h',
'effects/Sk2DPathEffect.h',
'effects/SkXfermodeImageFilter.h',
+ 'effects/SkAlphaThresholdFilter.h',
'effects/SkArithmeticMode.h',
'effects/SkMergeImageFilter.h',
'effects/SkPerlinNoiseShader.h',