diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 01:11:36 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 01:11:36 +0000 |
commit | dac395fecf2ce32c37737143f3b8eb71d3ce38b3 (patch) | |
tree | 09b4ede499153ad1d7776808a5f54064993e12ee /base/build | |
parent | da99a54a499890a2773b4c4ed5e9fe54b35780d1 (diff) | |
download | chromium_src-dac395fecf2ce32c37737143f3b8eb71d3ce38b3.zip chromium_src-dac395fecf2ce32c37737143f3b8eb71d3ce38b3.tar.gz chromium_src-dac395fecf2ce32c37737143f3b8eb71d3ce38b3.tar.bz2 |
undo 8692 (fix build failure)
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8694 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build')
-rw-r--r-- | base/build/base_gfx.vcproj | 8 | ||||
-rw-r--r-- | base/build/base_gfx.vsprops | 2 | ||||
-rw-r--r-- | base/build/base_unittests.vcproj | 4 |
3 files changed, 1 insertions, 13 deletions
diff --git a/base/build/base_gfx.vcproj b/base/build/base_gfx.vcproj index b19945a..70875a9 100644 --- a/base/build/base_gfx.vcproj +++ b/base/build/base_gfx.vcproj @@ -122,14 +122,6 @@ </References> <Files> <File - RelativePath="..\gfx\jpeg_codec.cc" - > - </File> - <File - RelativePath="..\gfx\jpeg_codec.h" - > - </File> - <File RelativePath="..\gfx\gdi_util.cc" > </File> diff --git a/base/build/base_gfx.vsprops b/base/build/base_gfx.vsprops index 2ddeb0a..9dc5341 100644 --- a/base/build/base_gfx.vsprops +++ b/base/build/base_gfx.vsprops @@ -3,6 +3,6 @@ ProjectType="Visual C++" Version="8.00" Name="base_gfx" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\libjpeg\using_libjpeg.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;..\..\skia\using_skia.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;..\..\skia\using_skia.vsprops" > </VisualStudioPropertySheet> diff --git a/base/build/base_unittests.vcproj b/base/build/base_unittests.vcproj index 22df2c8..a35fcc4 100644 --- a/base/build/base_unittests.vcproj +++ b/base/build/base_unittests.vcproj @@ -412,10 +412,6 @@ Name="gfx_tests" > <File - RelativePath="..\gfx\jpeg_codec_unittest.cc" - > - </File> - <File RelativePath="..\gfx\png_codec_unittest.cc" > </File> |