shape ops work in progress

update gyp files

git-svn-id: http://skia.googlecode.com/svn/trunk@7445 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
caryclark@google.com 2013-01-29 14:34:03 +00:00
parent 8c0bc9b712
commit 4025f6fed8
2 changed files with 2 additions and 6 deletions

View File

@ -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"]', {

View File

@ -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', {