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

Unified Diff: gyp/utils.gyp

Issue 15747004: Add path utils, plus a test for it. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Remove extra SkPathJoin implementation. Created 7 years, 7 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 a1820c0517a5f79a1bdb19d74686ad4925d04cac..40ffc0fd1cd399250120b6334441f977a63f2519 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -1,3 +1,4 @@
+# GYP file for utils project.
{
'targets': [
{
@@ -43,6 +44,7 @@
'../include/utils/SkNinePatch.h',
'../include/utils/SkNWayCanvas.h',
'../include/utils/SkNullCanvas.h',
+ '../include/utils/SkOSPathUtils.h',
'../include/utils/SkParse.h',
'../include/utils/SkParsePaint.h',
'../include/utils/SkParsePath.h',
@@ -76,6 +78,7 @@
'../src/utils/SkNWayCanvas.cpp',
'../src/utils/SkNullCanvas.cpp',
'../src/utils/SkOSFile.cpp',
+ '../src/utils/SkOSPathUtils.cpp',
'../src/utils/SkParse.cpp',
'../src/utils/SkParseColor.cpp',
'../src/utils/SkParsePath.cpp',

Powered by Google App Engine
This is Rietveld 408576698