aboutsummaryrefslogtreecommitdiffhomepage
path: root/vs
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-02-22 21:00:55 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-02-22 21:00:55 +0000
commitfa63fd66b5147e8dee79019c8eb1c83c58cbd697 (patch)
tree32a593b36ad38d845c3147bfa95e846002bcdf29 /vs
parent57788b5ada1a5d94ce3fd7606726bcb3c0f6e65a (diff)
Add new files to VC2010 proj
git-svn-id: http://skia.googlecode.com/svn/trunk@834 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'vs')
-rw-r--r--vs/SampleApp/SampleApp.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/vs/SampleApp/SampleApp.vcxproj b/vs/SampleApp/SampleApp.vcxproj
index e3d6d573c7..26325b840d 100644
--- a/vs/SampleApp/SampleApp.vcxproj
+++ b/vs/SampleApp/SampleApp.vcxproj
@@ -153,6 +153,7 @@
<ClInclude Include="..\..\gpu\src\GrGpuGL.h" />
<ClInclude Include="..\..\gpu\src\GrGpuGLFixed.h" />
<ClInclude Include="..\..\gpu\src\GrGpuGLShaders2.h" />
+ <ClInclude Include="..\..\gpu\src\GrPathRenderer.h" />
<ClInclude Include="..\..\gpu\src\GrQuadIndexTable.h" />
<ClInclude Include="..\..\gpu\src\GrTextStrike_impl.h" />
<ClInclude Include="..\..\include\gpu\SkGpuCanvas.h" />
@@ -230,6 +231,7 @@
<ClCompile Include="..\..\gpu\src\GrMatrix.cpp" />
<ClCompile Include="..\..\gpu\src\GrMemory.cpp" />
<ClCompile Include="..\..\gpu\src\GrPath.cpp" />
+ <ClCompile Include="..\..\gpu\src\GrPathRenderer.cpp" />
<ClCompile Include="..\..\gpu\src\GrRectanizer.cpp" />
<ClCompile Include="..\..\gpu\src\GrTextContext.cpp" />
<ClCompile Include="..\..\gpu\src\GrTextStrike.cpp" />
@@ -314,6 +316,7 @@
<ClCompile Include="..\..\src\core\SkBuffer.cpp" />
<ClCompile Include="..\..\src\core\SkCanvas.cpp" />
<ClCompile Include="..\..\src\core\SkChunkAlloc.cpp" />
+ <ClCompile Include="..\..\src\core\SkClipStack.cpp" />
<ClCompile Include="..\..\src\core\SkColor.cpp" />
<ClCompile Include="..\..\src\core\SkColorFilter.cpp" />
<ClCompile Include="..\..\src\core\SkColorTable.cpp" />