summaryrefslogtreecommitdiffstats
path: root/webkit/build/port
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-20 17:39:10 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-20 17:39:10 +0000
commit1b5ee8c34493a5a2384c309620eb45389efb7a42 (patch)
treea432aa8aa9eb2e93fc9f1fb90e9c6fc3d70395bb /webkit/build/port
parent7f90db5bd9b8fcc8b440a338ca049d1819d6fee9 (diff)
downloadchromium_src-1b5ee8c34493a5a2384c309620eb45389efb7a42.zip
chromium_src-1b5ee8c34493a5a2384c309620eb45389efb7a42.tar.gz
chromium_src-1b5ee8c34493a5a2384c309620eb45389efb7a42.tar.bz2
Switch over to using the image decoders from third_party/WebKit
R=dglazkov Review URL: http://codereview.chromium.org/18365 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8284 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/port')
-rw-r--r--webkit/build/port/port.vcproj100
-rw-r--r--webkit/build/port/port.vsprops2
2 files changed, 1 insertions, 101 deletions
diff --git a/webkit/build/port/port.vcproj b/webkit/build/port/port.vcproj
index 3db4f3d..d87d072 100644
--- a/webkit/build/port/port.vcproj
+++ b/webkit/build/port/port.vcproj
@@ -785,106 +785,6 @@
</File>
</Filter>
</Filter>
- <Filter
- Name="platform"
- >
- <Filter
- Name="image-decoders"
- >
- <File
- RelativePath="..\..\port\platform\image-decoders\ImageDecoder.h"
- >
- </File>
- <Filter
- Name="bmp"
- >
- <File
- RelativePath="..\..\port\platform\image-decoders\bmp\BMPImageDecoder.cpp"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\image-decoders\bmp\BMPImageDecoder.h"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\image-decoders\bmp\BMPImageReader.cpp"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\image-decoders\bmp\BMPImageReader.h"
- >
- </File>
- </Filter>
- <Filter
- Name="ico"
- >
- <File
- RelativePath="..\..\port\platform\image-decoders\ico\ICOImageDecoder.cpp"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\image-decoders\ico\ICOImageDecoder.h"
- >
- </File>
- </Filter>
- <Filter
- Name="xbm"
- >
- <File
- RelativePath="..\..\port\platform\image-decoders\xbm\XBMImageDecoder.cpp"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\image-decoders\xbm\XBMImageDecoder.h"
- >
- </File>
- </Filter>
- <Filter
- Name="jpeg"
- >
- <File
- RelativePath="..\..\port\platform\image-decoders\jpeg\JPEGImageDecoder.cpp"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\image-decoders\jpeg\JPEGImageDecoder.h"
- >
- </File>
- </Filter>
- <Filter
- Name="gif"
- >
- <File
- RelativePath="..\..\port\platform\image-decoders\gif\GIFImageDecoder.cpp"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\image-decoders\gif\GIFImageDecoder.h"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\image-decoders\gif\GIFImageReader.cpp"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\image-decoders\gif\GIFImageReader.h"
- >
- </File>
- </Filter>
- <Filter
- Name="png"
- >
- <File
- RelativePath="..\..\port\platform\image-decoders\png\PNGImageDecoder.cpp"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\image-decoders\png\PNGImageDecoder.h"
- >
- </File>
- </Filter>
- </Filter>
- </Filter>
</Files>
<Globals>
</Globals>
diff --git a/webkit/build/port/port.vsprops b/webkit/build/port/port.vsprops
index 4e9af53..17e7fdc 100644
--- a/webkit/build/port/port.vsprops
+++ b/webkit/build/port/port.vsprops
@@ -3,7 +3,7 @@
ProjectType="Visual C++"
Version="8.00"
Name="port"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;..\webkit_common.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\libjpeg\using_libjpeg.vsprops;..\..\..\third_party\zlib\using_zlib.vsprops"
+ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;..\webkit_common.vsprops"
>
<Tool
Name="VCCLCompilerTool"