diff options
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> |