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

Unified Diff: gyp/utils.gypi

Issue 2187083002: Add initial CurveMeasure code (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Include <algorithm> for overloaded min/max 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
« no previous file with comments | « bench/MeasureBench.cpp ('k') | src/utils/SkCurveMeasure.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/utils.gypi
diff --git a/gyp/utils.gypi b/gyp/utils.gypi
index f23203c7de8be9a717b9e4fb2de7fa68825ca817..bc7001a887b3bfd88e96f1ce09ab3efcd73039b2 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698