diff options
author | awalker@google.com <awalker@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-14 17:47:00 +0000 |
---|---|---|
committer | awalker@google.com <awalker@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-14 17:47:00 +0000 |
commit | b49cbcf2cb1808755be7d629df962850756fe691 (patch) | |
tree | 66a1cbbeda98ff0a2be564fb164bbd274245aea8 /base/build | |
parent | 6328338ef2dcd7fe075cb4065c644847d5330a71 (diff) | |
download | chromium_src-b49cbcf2cb1808755be7d629df962850756fe691.zip chromium_src-b49cbcf2cb1808755be7d629df962850756fe691.tar.gz chromium_src-b49cbcf2cb1808755be7d629df962850756fe691.tar.bz2 |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build')
-rw-r--r-- | base/build/base_gfx.vcproj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/base/build/base_gfx.vcproj b/base/build/base_gfx.vcproj index ac60c50..329449b 100644 --- a/base/build/base_gfx.vcproj +++ b/base/build/base_gfx.vcproj @@ -130,11 +130,11 @@ > </File> <File - RelativePath="..\gfx\bitmap_platform_device.cc" + RelativePath="..\gfx\bitmap_platform_device_win.cc" > </File> <File - RelativePath="..\gfx\bitmap_platform_device.h" + RelativePath="..\gfx\bitmap_platform_device_win.h" > </File> <File @@ -170,19 +170,19 @@ > </File> <File - RelativePath="..\gfx\platform_canvas.cc" + RelativePath="..\gfx\platform_canvas_win.cc" > </File> <File - RelativePath="..\gfx\platform_canvas.h" + RelativePath="..\gfx\platform_canvas_win.h" > </File> <File - RelativePath="..\gfx\platform_device.cc" + RelativePath="..\gfx\platform_device_win.cc" > </File> <File - RelativePath="..\gfx\platform_device.h" + RelativePath="..\gfx\platform_device_win.h" > </File> <File |