diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 21:01:41 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 21:01:41 +0000 |
commit | 52e935d04c59135739c3a68fb6e19d313dc6d5ad (patch) | |
tree | 95f7ab178b045bef4456cbf92c6aa7e476becd99 /skia/skia.vcproj | |
parent | 30fab79877b4bb067944b74d98346ac9bb6bfc7e (diff) | |
download | chromium_src-52e935d04c59135739c3a68fb6e19d313dc6d5ad.zip chromium_src-52e935d04c59135739c3a68fb6e19d313dc6d5ad.tar.gz chromium_src-52e935d04c59135739c3a68fb6e19d313dc6d5ad.tar.bz2 |
New drop of Skia. This is up to CL 121320.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6925 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.vcproj')
-rw-r--r-- | skia/skia.vcproj | 52 |
1 files changed, 48 insertions, 4 deletions
diff --git a/skia/skia.vcproj b/skia/skia.vcproj index 374e395..a1c9ab8 100644 --- a/skia/skia.vcproj +++ b/skia/skia.vcproj @@ -301,6 +301,14 @@ >
</File>
<File
+ RelativePath=".\include\SkFlipPixelRef.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\corecg\SkFloatBits.h"
+ >
+ </File>
+ <File
RelativePath=".\include\corecg\SkFloatingPoint.h"
>
</File>
@@ -353,10 +361,18 @@ >
</File>
<File
+ RelativePath=".\include\SkLayerDrawLooper.h"
+ >
+ </File>
+ <File
RelativePath=".\include\SkLayerRasterizer.h"
>
</File>
<File
+ RelativePath=".\include\SkMallocPixelRef.h"
+ >
+ </File>
+ <File
RelativePath=".\include\SkMask.h"
>
</File>
@@ -421,6 +437,10 @@ >
</File>
<File
+ RelativePath=".\include\corecg\SkPageFlipper.h"
+ >
+ </File>
+ <File
RelativePath=".\include\SkPaint.h"
>
</File>
@@ -517,6 +537,10 @@ >
</File>
<File
+ RelativePath=".\include\corecg\SkScalarCompare.h"
+ >
+ </File>
+ <File
RelativePath=".\include\SkScalerContext.h"
>
</File>
@@ -721,6 +745,10 @@ >
</File>
<File
+ RelativePath=".\corecg\SkFloatBits.cpp"
+ >
+ </File>
+ <File
RelativePath=".\corecg\SkInterpolator.cpp"
>
</File>
@@ -737,6 +765,10 @@ >
</File>
<File
+ RelativePath=".\corecg\SkPageFlipper.cpp"
+ >
+ </File>
+ <File
RelativePath=".\corecg\SkPoint.cpp"
>
</File>
@@ -997,10 +1029,6 @@ >
</File>
<File
- RelativePath=".\sgl\SkPicture.cpp"
- >
- </File>
- <File
RelativePath=".\sgl\SkPixelRef.cpp"
>
</File>
@@ -1125,6 +1153,10 @@ Name="ports"
>
<File
+ RelativePath=".\ports\sk_predefined_gamma.h"
+ >
+ </File>
+ <File
RelativePath=".\ports\SkFontHost_none.cpp"
>
</File>
@@ -1281,6 +1313,18 @@ Name="picture"
>
<File
+ RelativePath=".\picture\SkPathHeap.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\picture\SkPathHeap.h"
+ >
+ </File>
+ <File
+ RelativePath=".\picture\SkPicture.cpp"
+ >
+ </File>
+ <File
RelativePath=".\picture\SkPictureFlat.cpp"
>
</File>
|