summaryrefslogtreecommitdiff
path: root/core.gypi
diff options
context:
space:
mode:
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-07 15:35:06 +0000
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-07 15:35:06 +0000
commit107c91e3715c27638556221c8a7423eeab5f5bb6 (patch)
treef2663888457006c527b812cf072dcc0b37b01fb4 /core.gypi
parente0ecbf1f1f83e33fbe408599a4506d34374d3ea1 (diff)
downloadgyp-107c91e3715c27638556221c8a7423eeab5f5bb6.tar.gz
SkPathRef: one allocation for pts+verbs, path GenID, copy-on-write
Review URL: https://codereview.appspot.com/6488063/ git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@5433 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'core.gypi')
-rw-r--r--core.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/core.gypi b/core.gypi
index 2c3f4d4..075d915 100644
--- a/core.gypi
+++ b/core.gypi
@@ -109,6 +109,7 @@
'<(skia_src_path)/core/SkPathHeap.cpp',
'<(skia_src_path)/core/SkPathHeap.h',
'<(skia_src_path)/core/SkPathMeasure.cpp',
+ '<(skia_src_path)/core/SkPathRef.h',
'<(skia_src_path)/core/SkPicture.cpp',
'<(skia_src_path)/core/SkPictureFlat.cpp',
'<(skia_src_path)/core/SkPictureFlat.h',