diff options
author | mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-22 20:54:18 +0000 |
---|---|---|
committer | mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-22 20:54:18 +0000 |
commit | dc73354e8d0a8b31a3056f1a7e034a81de2ff9a5 (patch) | |
tree | 2a23f8d1c087c6e16aa8a1efffc12b714e2b9628 /gyp | |
parent | b56370930867d157ee49a6a9f2f5f58fe5145559 (diff) |
add SampleRotatedCircles.cpp
git-svn-id: http://skia.googlecode.com/svn/trunk@6933 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/SampleApp.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp index 715ef3b2f2..a831f747e5 100644 --- a/gyp/SampleApp.gyp +++ b/gyp/SampleApp.gyp @@ -81,6 +81,7 @@ '../samplecode/SamplePolyToPoly.cpp', '../samplecode/SampleRegion.cpp', '../samplecode/SampleRepeatTile.cpp', + '../samplecode/SampleRotateCircles.cpp', '../samplecode/SampleShaders.cpp', '../samplecode/SampleShaderText.cpp', '../samplecode/SampleSkLayer.cpp', |