aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-29 14:34:03 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-29 14:34:03 +0000
commit4025f6fed82c4083d4ba91d97be76e0bfabaab62 (patch)
treef35a17d6c69b120b2925a1a00b67c557fe6aa784 /gyp
parent8c0bc9b7125da3c4e44fc89c1d2dc4b392a892d3 (diff)
shape ops work in progress
update gyp files git-svn-id: http://skia.googlecode.com/svn/trunk@7445 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/shapeops_demo.gyp6
-rw-r--r--gyp/shapeops_edge.gyp2
2 files changed, 2 insertions, 6 deletions
diff --git a/gyp/shapeops_demo.gyp b/gyp/shapeops_demo.gyp
index 1279294d32..6a06f8643f 100644
--- a/gyp/shapeops_demo.gyp
+++ b/gyp/shapeops_demo.gyp
@@ -19,6 +19,7 @@
'../experimental/Intersection/CubicIntersection.cpp',
'../experimental/Intersection/CubicReduceOrder.cpp',
'../experimental/Intersection/CubicSubDivide.cpp',
+ '../experimental/Intersection/CubicToQuadratics.cpp',
'../experimental/Intersection/CubicUtilities.cpp',
'../experimental/Intersection/DataTypes.cpp',
'../experimental/Intersection/EdgeDemo.cpp',
@@ -26,6 +27,7 @@
'../experimental/Intersection/EdgeWalker.cpp',
'../experimental/Intersection/EdgeWalker_TestUtility.cpp',
'../experimental/Intersection/Extrema.cpp',
+ '../experimental/Intersection/Intersections.cpp',
'../experimental/Intersection/LineCubicIntersection.cpp',
'../experimental/Intersection/LineIntersection.cpp',
'../experimental/Intersection/LineParameterization.cpp',
@@ -69,11 +71,7 @@
'effects.gyp:effects',
'images.gyp:images',
'views.gyp:views',
- 'animator.gyp:animator',
'xml.gyp:xml',
- 'svg.gyp:svg',
- 'experimental.gyp:experimental',
- 'pdf.gyp:pdf',
],
'conditions' : [
[ 'skia_os in ["linux", "freebsd", "openbsd", "solaris"]', {
diff --git a/gyp/shapeops_edge.gyp b/gyp/shapeops_edge.gyp
index 4066d4bc8f..32b5c6ed5b 100644
--- a/gyp/shapeops_edge.gyp
+++ b/gyp/shapeops_edge.gyp
@@ -113,9 +113,7 @@
'dependencies': [
'skia_base_libs.gyp:skia_base_libs',
'effects.gyp:effects',
- 'experimental.gyp:experimental',
'images.gyp:images',
- 'pdf.gyp:pdf',
],
'conditions': [
[ 'skia_gpu == 1', {