enable path ops in unit tests

git-svn-id: http://skia.googlecode.com/svn/trunk@8760 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index 5ec9556..b95b4a6 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',