aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-16 12:06:27 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-16 12:06:27 +0000
commitc91dfe417a51f73c28ecf2708df1e0bee942c6ea (patch)
tree65ce0d94f9bceb32e7a903e82d30d225f7cab24c /gyp
parentf94dd182e63428182ae0845ca2b3f46bfa72425f (diff)
shape ops work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@5959 2bbb7eff-a529-9590-31e7-b0007b416f81
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',