aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/core.gypi
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-26 12:18:23 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-26 12:18:23 +0000
commitca0c8389e2fd1c7f528869beb77a6c8587d59f29 (patch)
tree074ecf4a4495e6ce4e7ce2925bbec0a7a429b6c3 /gyp/core.gypi
parent6c000321f2b910b95734bc96d7613b1c2c795109 (diff)
Move bound and isFinite into pathref
Diffstat (limited to 'gyp/core.gypi')
-rw-r--r--gyp/core.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index 51208056fa..3b5769983b 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -126,7 +126,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/SkPathRef.cpp',
'<(skia_src_path)/core/SkPicture.cpp',
'<(skia_src_path)/core/SkPictureFlat.cpp',
'<(skia_src_path)/core/SkPictureFlat.h',
@@ -263,6 +263,7 @@
'<(skia_include_path)/core/SkPath.h',
'<(skia_include_path)/core/SkPathEffect.h',
'<(skia_include_path)/core/SkPathMeasure.h',
+ '<(skia_include_path)/core/SkPathRef.h',
'<(skia_include_path)/core/SkPicture.h',
'<(skia_include_path)/core/SkPixelRef.h',
'<(skia_include_path)/core/SkPoint.h',