diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 01:11:58 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 01:11:58 +0000 |
commit | ae615162135445eb0b94365b1a1cfa511e7f4be4 (patch) | |
tree | a32c9ad049aa25b3c40038713d546c3521d3d20e /base/build | |
parent | 693f8e4af78b0bb38cb56cd913c8774c75b43067 (diff) | |
download | chromium_src-ae615162135445eb0b94365b1a1cfa511e7f4be4.zip chromium_src-ae615162135445eb0b94365b1a1cfa511e7f4be4.tar.gz chromium_src-ae615162135445eb0b94365b1a1cfa511e7f4be4.tar.bz2 |
Revert my skia file moves because of layout test failures.
Review URL: http://codereview.chromium.org/12892
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6266 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build')
-rw-r--r-- | base/build/base_gfx.vcproj | 24 | ||||
-rw-r--r-- | base/build/base_unittests.vcproj | 8 |
2 files changed, 32 insertions, 0 deletions
diff --git a/base/build/base_gfx.vcproj b/base/build/base_gfx.vcproj index 70875a9..ef4b5de 100644 --- a/base/build/base_gfx.vcproj +++ b/base/build/base_gfx.vcproj @@ -122,6 +122,14 @@ </References> <Files> <File + RelativePath="..\gfx\convolver.cc" + > + </File> + <File + RelativePath="..\gfx\convolver.h" + > + </File> + <File RelativePath="..\gfx\gdi_util.cc" > </File> @@ -130,6 +138,14 @@ > </File> <File + RelativePath="..\gfx\image_operations.cc" + > + </File> + <File + RelativePath="..\gfx\image_operations.h" + > + </File> + <File RelativePath="..\gfx\native_theme.cc" > </File> @@ -177,6 +193,14 @@ RelativePath="..\gfx\size.h" > </File> + <File + RelativePath="..\gfx\skia_utils.cc" + > + </File> + <File + RelativePath="..\gfx\skia_utils.h" + > + </File> </Files> <Globals> </Globals> diff --git a/base/build/base_unittests.vcproj b/base/build/base_unittests.vcproj index e822992..3c75166 100644 --- a/base/build/base_unittests.vcproj +++ b/base/build/base_unittests.vcproj @@ -396,6 +396,14 @@ Name="gfx_tests" > <File + RelativePath="..\gfx\convolver_unittest.cc" + > + </File> + <File + RelativePath="..\gfx\image_operations_unittest.cc" + > + </File> + <File RelativePath="..\gfx\png_codec_unittest.cc" > </File> |