aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-29 13:24:55 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-29 13:24:55 +0000
commit5985e7c4d13b04d6b819bfff3df44f1dd3eb35b8 (patch)
tree6709f6ed765166896ec3c4a07a1ad111f247889f /gyp
parent687c57c7d5a17549f63e0b15208db18b220e2a91 (diff)
SkRoundRect start
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gypi2
-rw-r--r--gyp/tests.gyp1
2 files changed, 3 insertions, 0 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index 4626a726e3..6251ce6554 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -136,6 +136,7 @@
'<(skia_src_path)/core/SkRegion.cpp',
'<(skia_src_path)/core/SkRegionPriv.h',
'<(skia_src_path)/core/SkRegion_path.cpp',
+ '<(skia_src_path)/core/SkRRect.cpp',
'<(skia_src_path)/core/SkRTree.h',
'<(skia_src_path)/core/SkRTree.cpp',
'<(skia_src_path)/core/SkScalar.cpp',
@@ -242,6 +243,7 @@
'<(skia_include_path)/core/SkRect.h',
'<(skia_include_path)/core/SkRefCnt.h',
'<(skia_include_path)/core/SkRegion.h',
+ '<(skia_include_path)/core/SkRRect.h',
'<(skia_include_path)/core/SkScalar.h',
'<(skia_include_path)/core/SkScalarCompare.h',
'<(skia_include_path)/core/SkShader.h',
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index 85f58ea9ca..7e8a19e8ab 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -79,6 +79,7 @@
'../tests/RefCntTest.cpp',
'../tests/RefDictTest.cpp',
'../tests/RegionTest.cpp',
+ '../tests/RoundRectTest.cpp',
'../tests/RTreeTest.cpp',
'../tests/ScalarTest.cpp',
'../tests/ShaderOpacityTest.cpp',