Enable path ops
Path ops work (to my knowledge) on all platforms.
Turning it on will use the bots to expose failing
combinations I don't know about.
Review URL: https://codereview.chromium.org/14057014
git-svn-id: http://skia.googlecode.com/svn/trunk@8751 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',