git-svn-id: http://skia.googlecode.com/svn/trunk@834 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2011-02-22 21:00:55 +00:00
Родитель 57788b5ada
Коммит fa63fd66b5
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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" />