Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: gyp/utils.gypi

Issue 2187083002: Add initial CurveMeasure code (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Revert use of cubic in MeasureBench Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gyp/utils.gypi
diff --git a/gyp/utils.gypi b/gyp/utils.gypi
index 4903f3d0fa2d5f51e4c628a01e8809d5bc277ba3..a7a2b87e659f60401d40c828ac32246a4cc537d8 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',
« no previous file with comments | « bench/MeasureBench.cpp ('k') | src/utils/SkCurveMeasure.h » ('j') | src/utils/SkCurveMeasure.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698