summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-22 15:21:18 +0000
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-22 15:21:18 +0000
commitcee4097be4e5fae555b880a1995b7e7d5ca1401b (patch)
tree135709e44583b65867f0968b733c9ba7a29c1f6e
parent6e773af83fe08119bdb50d8b720fcd46eebea74e (diff)
downloadgyp-cee4097be4e5fae555b880a1995b7e7d5ca1401b.tar.gz
Add asADash entry point into SkPathEffect to allow extracting Dash info from PathEffects
BUG=skia: R=bsalomon@google.com, reed@google.com Author: egdaniel@google.com Review URL: https://codereview.chromium.org/212103010 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@14297 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.gypi b/tests.gypi
index e6c6bb0..f27b144 100644
--- a/tests.gypi
+++ b/tests.gypi
@@ -34,6 +34,7 @@
'../tests/ARGBImageEncoderTest.cpp',
'../tests/AndroidPaintTest.cpp',
'../tests/AnnotationTest.cpp',
+ '../tests/AsADashTest.cpp',
'../tests/AtomicTest.cpp',
'../tests/BBoxHierarchyTest.cpp',
'../tests/BitSetTest.cpp',