diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-21 23:03:56 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-21 23:03:56 +0000 |
commit | 156f2c0e187c0283f026fd356a4b682d4b4eaaa1 (patch) | |
tree | 209d254abb43d9ff2cb9a904dd16eed00a85bfb4 /skia/skia.vcproj | |
parent | bd2e63eed24e8c097be6ea3fb46aa354c638e88e (diff) | |
download | chromium_src-156f2c0e187c0283f026fd356a4b682d4b4eaaa1.zip chromium_src-156f2c0e187c0283f026fd356a4b682d4b4eaaa1.tar.gz chromium_src-156f2c0e187c0283f026fd356a4b682d4b4eaaa1.tar.bz2 |
Move skia extensions from the port to skia/ext for Windows only. Fixed the
include guards of the moved files, but nothing else.
Review URL: http://codereview.chromium.org/11568
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.vcproj')
-rw-r--r-- | skia/skia.vcproj | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/skia/skia.vcproj b/skia/skia.vcproj index 7d12574..5e06d73 100644 --- a/skia/skia.vcproj +++ b/skia/skia.vcproj @@ -1305,6 +1305,62 @@ > </File> </Filter> + <Filter + Name="ext" + > + <File + RelativePath=".\ext\bitmap_platform_device.h" + > + </File> + <File + RelativePath=".\ext\bitmap_platform_device_win.cc" + > + </File> + <File + RelativePath=".\ext\bitmap_platform_device_win.h" + > + </File> + <File + RelativePath=".\ext\platform_canvas.h" + > + </File> + <File + RelativePath=".\ext\platform_canvas_win.cc" + > + </File> + <File + RelativePath=".\ext\platform_canvas_win.h" + > + </File> + <File + RelativePath=".\ext\platform_device.h" + > + </File> + <File + RelativePath=".\ext\platform_device_win.cc" + > + </File> + <File + RelativePath=".\ext\platform_device_win.h" + > + </File> + <File + RelativePath=".\ext\vector_canvas.cc" + > + </File> + <File + RelativePath=".\ext\vector_canvas.h" + > + </File> + <File + RelativePath=".\ext\vector_device.cc" + > + </File> + <File + RelativePath=".\ext\vector_device.h" + > + </File> + </Filter> <File RelativePath=".\precompiled.cc" > |