disabling path ops

Default single-threaded variant may wait forever.
Review URL: https://codereview.chromium.org/13874014

git-svn-id: http://skia.googlecode.com/svn/trunk@8754 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index b95b4a6..5ec9556 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -16,10 +16,10 @@
         '../src/utils',
         '../tools/',
       ],
-      'includes': [
-        'pathops.gypi',
-        'pathops_unittest.gypi',
-      ],
+#      'includes': [
+#        'pathops.gypi',
+#        'pathops_unittest.gypi',
+#      ],
       'sources': [
         '../tests/AAClipTest.cpp',
         '../tests/AnnotationTest.cpp',