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

Unified Diff: gyp/utils.gyp

Issue 16829003: Adding my Bitmap2Path sample for 1on1 meeting. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Closing the book on PathUtils, waiting for plumbing to patch it in with a real font. Created 7 years, 6 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.gyp
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 4ac9284d5371112ac12da0e34fa96719c6c7bc0d..6d7c4b72335a59681751a0ecef2856cca8d7a85a 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -10,6 +10,7 @@
'../include/core',
'../include/effects',
'../include/images',
+ '../include/pathops',
'../include/pipe',
'../include/utils',
'../include/utils/mac',
@@ -80,6 +81,7 @@
'../src/utils/SkParseColor.cpp',
'../src/utils/SkParsePath.cpp',
'../src/utils/SkPictureUtils.cpp',
+ '../src/utils/SkPathUtils.cpp',
'../src/utils/SkProxyCanvas.cpp',
'../src/utils/SkSHA1.cpp',
'../src/utils/SkSHA1.h',
« no previous file with comments | « gyp/tests.gyp ('k') | include/utils/SkPathUtils.h » ('j') | src/utils/SkPathUtils.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698