aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tests.gyp
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-25 13:34:40 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-25 13:34:40 +0000
commit45a75fb4d0ca5daa0ac5e634238970306e3b5838 (patch)
tree20ec83c238e15edc4e76f57b54030cb671abf864 /gyp/tests.gyp
parent32c1b66a2c4f26935ba59f3afe3e81600fade78d (diff)
path ops : make it real
Add an option to SkCanvas to turn on path ops when combining clips. Allow Op() to use one of the input paths as an output path. Fix a bug in Op() when the minuend is empty and the subtrahend is not (for difference). Change the build to allow core to depend on pathops. Review URL: https://codereview.chromium.org/14474002 git-svn-id: http://skia.googlecode.com/svn/trunk@8855 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/tests.gyp')
-rw-r--r--gyp/tests.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index ef6994ef4d..8e82d1bda0 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -11,13 +11,13 @@
'../src/core',
'../src/effects',
'../src/lazy',
+ '../src/pathops',
'../src/pdf',
'../src/pipe/utils',
'../src/utils',
'../tools/',
],
'includes': [
- 'pathops.gypi',
'pathops_unittest.gypi',
],
'sources': [