diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-19 18:52:38 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-19 18:52:38 +0000 |
commit | 6165b4070b7e3a2fd33efd0eb66043c86f61d8b2 (patch) | |
tree | d2f7f195c13274ca524d264dc34639e276805325 /base/build | |
parent | 941ac7fca4afc89cb28ffa760f5a4a4ca077912c (diff) | |
download | chromium_src-6165b4070b7e3a2fd33efd0eb66043c86f61d8b2.zip chromium_src-6165b4070b7e3a2fd33efd0eb66043c86f61d8b2.tar.gz chromium_src-6165b4070b7e3a2fd33efd0eb66043c86f61d8b2.tar.bz2 |
Move PlatformCanvas and PlatformDevice from base/gfx to webkit/port. I left header files in the original locations that include the ones in the new location so I don't have to change all the includes in Chrome at once. These will be removed later.
I kept the names, indenting, and the namespaces the same for now. I will also be cleaning this up in separate passes.
Review URL: http://codereview.chromium.org/11244
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5690 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build')
-rw-r--r-- | base/build/base_gfx.vcproj | 28 | ||||
-rw-r--r-- | base/build/base_unittests.vcproj | 8 |
2 files changed, 0 insertions, 36 deletions
diff --git a/base/build/base_gfx.vcproj b/base/build/base_gfx.vcproj index 22dc8b4..8b2bc64 100644 --- a/base/build/base_gfx.vcproj +++ b/base/build/base_gfx.vcproj @@ -122,10 +122,6 @@ </References> <Files> <File - RelativePath="..\gfx\bitmap_platform_device_win.cc" - > - </File> - <File RelativePath="..\gfx\bitmap_platform_device_win.h" > </File> @@ -162,18 +158,10 @@ > </File> <File - RelativePath="..\gfx\platform_canvas_win.cc" - > - </File> - <File RelativePath="..\gfx\platform_canvas_win.h" > </File> <File - RelativePath="..\gfx\platform_device_win.cc" - > - </File> - <File RelativePath="..\gfx\platform_device_win.h" > </File> @@ -225,22 +213,6 @@ RelativePath="..\gfx\skia_utils.h" > </File> - <File - RelativePath="..\gfx\vector_canvas.cc" - > - </File> - <File - RelativePath="..\gfx\vector_canvas.h" - > - </File> - <File - RelativePath="..\gfx\vector_device.cc" - > - </File> - <File - RelativePath="..\gfx\vector_device.h" - > - </File> </Files> <Globals> </Globals> diff --git a/base/build/base_unittests.vcproj b/base/build/base_unittests.vcproj index df3444b..3c75166 100644 --- a/base/build/base_unittests.vcproj +++ b/base/build/base_unittests.vcproj @@ -404,17 +404,9 @@ > </File> <File - RelativePath="..\gfx\platform_canvas_unittest.cc" - > - </File> - <File RelativePath="..\gfx\png_codec_unittest.cc" > </File> - <File - RelativePath="..\gfx\vector_canvas_unittest.cc" - > - </File> </Filter> </Files> <Globals> |