From 5985e7c4d13b04d6b819bfff3df44f1dd3eb35b8 Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Thu, 29 Nov 2012 13:24:55 +0000 Subject: SkRoundRect start https://codereview.appspot.com/6815058/ git-svn-id: http://skia.googlecode.com/svn/trunk@6595 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/core.gypi | 2 ++ gyp/tests.gyp | 1 + 2 files changed, 3 insertions(+) (limited to 'gyp') 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', -- cgit v1.2.3