aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-19 11:45:56 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-19 11:45:56 +0000
commitf685a22971a90c54b7e12d45e9aa89cc2a2e1a7f (patch)
tree7b91797cd5afec4e64a83146da6cb3a018479a86
parentcb6dc752281841a8d3245d14530e30eff39816d3 (diff)
enable path ops in unit tests
git-svn-id: http://skia.googlecode.com/svn/trunk@8760 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--gyp/tests.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index 5ec9556418..b95b4a6a5a 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',