aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-22 14:37:05 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-22 14:37:05 +0000
commit7dfbb0720a133c0f63ac7be504f335bbcc62a291 (patch)
tree819a38446c52c07f941e2bf09ec236823f1032f3 /gyp
parentc4c9870953037be94da00ac9db887d171f6e479c (diff)
path ops : add support for inverse fill
add inverse fill, reverse diff, and gm tests cleaned up some interfaces Review URL: https://codereview.chromium.org/14371011 git-svn-id: http://skia.googlecode.com/svn/trunk@8798 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gmslides.gypi4
-rw-r--r--gyp/pathops_unittest.gypi1
2 files changed, 5 insertions, 0 deletions
diff --git a/gyp/gmslides.gypi b/gyp/gmslides.gypi
index f8361931fd..e1daaf8a56 100644
--- a/gyp/gmslides.gypi
+++ b/gyp/gmslides.gypi
@@ -1,5 +1,8 @@
# include this gypi to include all the golden master slides.
{
+ 'includes': [
+ 'pathops.gypi',
+ ],
'sources': [
'../gm/aaclip.cpp',
'../gm/aarectmodes.cpp',
@@ -66,6 +69,7 @@
'../gm/patheffects.cpp',
'../gm/pathfill.cpp',
'../gm/pathinterior.cpp',
+ '../gm/pathopsinverse.cpp',
'../gm/pathreverse.cpp',
'../gm/perlinnoise.cpp',
'../gm/points.cpp',
diff --git a/gyp/pathops_unittest.gypi b/gyp/pathops_unittest.gypi
index ebe1d5b574..21fb929fdc 100644
--- a/gyp/pathops_unittest.gypi
+++ b/gyp/pathops_unittest.gypi
@@ -15,6 +15,7 @@
'../tests/PathOpsDTriangleTest.cpp',
'../tests/PathOpsDVectorTest.cpp',
'../tests/PathOpsExtendedTest.cpp',
+ '../tests/PathOpsInverseTest.cpp',
'../tests/PathOpsLineIntersectionTest.cpp',
'../tests/PathOpsLineParametetersTest.cpp',
'../tests/PathOpsOpCubicThreadedTest.cpp',