add specialty strokeRect() to SkStroke, which can return much cleaner results
Review URL: https://codereview.appspot.com/6843093

git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@6510 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gmslides.gypi b/gmslides.gypi
index 61b1061..bff8391 100644
--- a/gmslides.gypi
+++ b/gmslides.gypi
@@ -69,6 +69,7 @@
     '../gm/simpleaaclip.cpp',
     '../gm/srcmode.cpp',
     '../gm/strokefill.cpp',
+    '../gm/strokerect.cpp',
     '../gm/strokerects.cpp',
     '../gm/strokes.cpp',
     '../gm/tablecolorfilter.cpp',
diff --git a/tests.gyp b/tests.gyp
index d1c0f80..85f58ea 100644
--- a/tests.gyp
+++ b/tests.gyp
@@ -88,6 +88,7 @@
         '../tests/SrcOverTest.cpp',
         '../tests/StreamTest.cpp',
         '../tests/StringTest.cpp',
+        '../tests/StrokeTest.cpp',
         '../tests/TDLinkedListTest.cpp',
         '../tests/Test.cpp',
         '../tests/Test.h',