aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-12-20 16:19:00 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-12-20 16:19:00 +0000
commit32d25b6f5f4355d4c5281694034ba3a5aa2cf571 (patch)
tree4b8d1ede6ef77328217f71c456bfab8172710024 /gyp
parent32879498688942b3df0641a21db524e151699a03 (diff)
initial impl of SkImageFilters : virtual signature will change!
Do not invest too much in other subclasses until this API solidifies. git-svn-id: http://skia.googlecode.com/svn/trunk@2903 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/effects.gyp1
-rw-r--r--gyp/gmslides.gypi1
2 files changed, 2 insertions, 0 deletions
diff --git a/gyp/effects.gyp b/gyp/effects.gyp
index 45494392eb..39d9c8cb2e 100644
--- a/gyp/effects.gyp
+++ b/gyp/effects.gyp
@@ -69,6 +69,7 @@
'../src/effects/SkPorterDuff.cpp',
'../src/effects/SkRadialGradient_Table.h',
'../src/effects/SkRectShape.cpp',
+ '../src/effects/SkTestImageFilters.cpp',
'../src/effects/SkTransparentShader.cpp',
],
'direct_dependent_settings': {
diff --git a/gyp/gmslides.gypi b/gyp/gmslides.gypi
index d20cf731d4..aee917dd08 100644
--- a/gyp/gmslides.gypi
+++ b/gyp/gmslides.gypi
@@ -36,6 +36,7 @@
'../gm/shapes.cpp',
'../gm/strokerects.cpp',
'../gm/strokes.cpp',
+ '../gm/testimagefilters.cpp',
'../gm/texdata.cpp',
'../gm/tilemodes.cpp',
'../gm/tinybitmap.cpp',