aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/shapeops_demo.gyp2
-rw-r--r--gyp/shapeops_edge.gyp1
2 files changed, 2 insertions, 1 deletions
diff --git a/gyp/shapeops_demo.gyp b/gyp/shapeops_demo.gyp
index b6718cb93e..1279294d32 100644
--- a/gyp/shapeops_demo.gyp
+++ b/gyp/shapeops_demo.gyp
@@ -76,7 +76,7 @@
'pdf.gyp:pdf',
],
'conditions' : [
- [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris"]', {
+ [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris"]', {
}],
[ 'skia_os == "win"', {
}],
diff --git a/gyp/shapeops_edge.gyp b/gyp/shapeops_edge.gyp
index 11fe4b21c7..b3f63f4653 100644
--- a/gyp/shapeops_edge.gyp
+++ b/gyp/shapeops_edge.gyp
@@ -55,6 +55,7 @@
'../experimental/Intersection/LineQuadraticIntersection.cpp',
'../experimental/Intersection/LineQuadraticIntersection_Test.cpp',
'../experimental/Intersection/LineUtilities.cpp',
+ '../experimental/Intersection/MiniSimplify_Test.cpp',
'../experimental/Intersection/QuadraticBezierClip.cpp',
'../experimental/Intersection/QuadraticBezierClip_Test.cpp',
'../experimental/Intersection/QuadraticBounds.cpp',