aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
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',