summaryrefslogtreecommitdiff
path: root/utils.gyp
diff options
context:
space:
mode:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-01 17:50:29 +0000
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-01 17:50:29 +0000
commite45146f26bb8bd5ac2a0ec354b93577d9c578feb (patch)
treecc4bd4c66a0c226fef86fd1ebd3f778055488ba9 /utils.gyp
parent0abfd226fe5c6ea6dfb1a905dd4c520864b584fc (diff)
downloadgyp-e45146f26bb8bd5ac2a0ec354b93577d9c578feb.tar.gz
Adding my Bitmap2Path sample for 1on1 meeting.
BUG= R=reed@google.com, borenet@google.com Author: dierk@google.com Review URL: https://chromiumcodereview.appspot.com/16829003 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@9843 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'utils.gyp')
-rw-r--r--utils.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils.gyp b/utils.gyp
index 1b51b18..07f8921 100644
--- a/utils.gyp
+++ b/utils.gyp
@@ -12,6 +12,7 @@
'../include/effects',
'../include/images',
'../include/lazy',
+ '../include/pathops',
'../include/pipe',
'../include/utils',
'../include/utils/mac',
@@ -82,6 +83,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',