diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 01:04:56 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 01:04:56 +0000 |
commit | 65e7a79bade71acadf8aee3dd96f93f71080503a (patch) | |
tree | a315a3c369b8a80223d911b699448cc1aed1bf22 /base/build | |
parent | 98aa60434b4ddab70f2f855f4e0cc2741a741838 (diff) | |
download | chromium_src-65e7a79bade71acadf8aee3dd96f93f71080503a.zip chromium_src-65e7a79bade71acadf8aee3dd96f93f71080503a.tar.gz chromium_src-65e7a79bade71acadf8aee3dd96f93f71080503a.tar.bz2 |
Move jpeg_codec.* to base/gfx
Review URL: http://codereview.chromium.org/18772
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8692 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, 13 insertions, 1 deletions
diff --git a/base/build/base_gfx.vcproj b/base/build/base_gfx.vcproj index 70875a9..b19945a 100644 --- a/base/build/base_gfx.vcproj +++ b/base/build/base_gfx.vcproj @@ -122,6 +122,14 @@ </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 9dc5341..2ddeb0a 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\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\libjpeg\using_libjpeg.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 a35fcc4..22df2c8 100644 --- a/base/build/base_unittests.vcproj +++ b/base/build/base_unittests.vcproj @@ -412,6 +412,10 @@ Name="gfx_tests" > <File + RelativePath="..\gfx\jpeg_codec_unittest.cc" + > + </File> + <File RelativePath="..\gfx\png_codec_unittest.cc" > </File> |