aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/utils.gypi
diff options
context:
space:
mode:
authorGravatar hstern <hstern@google.com>2016-08-08 12:28:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-08 12:28:13 -0700
commit0446a3c8e2a5f1d525b3e0595252e64c6cd3a753 (patch)
tree2d399fb1cf8e1362cef1a60096391a0554af6040 /gyp/utils.gypi
parent765b6e654802b770784becf3f53e5bd8beea4c9d (diff)
Add initial CurveMeasure code
- This code is entirely private and is not being used by anything. - In a future CL we will write a class that uses CurveMeasure to compute dash points. In order to determine whether CurveMeasure or PathMeasure should be faster, we need the dash info (the sum of the on/off intervals and how many there are) BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2187083002 Review-Url: https://codereview.chromium.org/2187083002
Diffstat (limited to 'gyp/utils.gypi')
-rw-r--r--gyp/utils.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/utils.gypi b/gyp/utils.gypi
index f23203c7de..bc7001a887 100644
--- a/gyp/utils.gypi
+++ b/gyp/utils.gypi
@@ -42,6 +42,8 @@
'<(skia_src_path)/utils/SkCanvasStack.h',
'<(skia_src_path)/utils/SkCanvasStack.cpp',
'<(skia_src_path)/utils/SkCanvasStateUtils.cpp',
+ '<(skia_src_path)/utils/SkCurveMeasure.cpp',
+ '<(skia_src_path)/utils/SkCurveMeasure.h',
'<(skia_src_path)/utils/SkDashPath.cpp',
'<(skia_src_path)/utils/SkDashPathPriv.h',
'<(skia_src_path)/utils/SkDeferredCanvas.cpp',