Now, path ops natively intersect conics, quads, and cubics in any combination. There are still a class of cubic tests that fail and a handful of undiagnosed failures from skps and fuzz tests, but things are much better overall.

Extended tests (150M+) run to completion in release in about 6 minutes; the standard test suite exceeds 100K and finishes in a few seconds on desktops.

TBR=reed
BUG=skia:3588

Review URL: https://codereview.chromium.org/1037953004
diff --git a/gyp/pathops_unittest.gypi b/gyp/pathops_unittest.gypi
index ace789f..75e824b 100644
--- a/gyp/pathops_unittest.gypi
+++ b/gyp/pathops_unittest.gypi
@@ -25,6 +25,8 @@
     '../tests/PathOpsBoundsTest.cpp',
     '../tests/PathOpsBuilderTest.cpp',
     '../tests/PathOpsBuildUseTest.cpp',
+    '../tests/PathOpsConicIntersectionTest.cpp',
+    '../tests/PathOpsConicLineIntersectionTest.cpp',
     '../tests/PathOpsCubicIntersectionTest.cpp',
     '../tests/PathOpsCubicIntersectionTestData.cpp',
     '../tests/PathOpsCubicLineIntersectionTest.cpp',
@@ -38,8 +40,10 @@
     '../tests/PathOpsExtendedTest.cpp',
     '../tests/PathOpsFuzz763Test.cpp',
     '../tests/PathOpsInverseTest.cpp',
+    '../tests/PathOpsIssue3651.cpp',
     '../tests/PathOpsLineIntersectionTest.cpp',
     '../tests/PathOpsLineParametetersTest.cpp',
+    '../tests/PathOpsOpCircleThreadedTest.cpp',
     '../tests/PathOpsOpCubicThreadedTest.cpp',
     '../tests/PathOpsOpRectThreadedTest.cpp',
     '../tests/PathOpsOpTest.cpp',