diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-17 17:30:19 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-17 17:30:19 +0000 |
commit | 9b9877d2952882560e37205edf33ad460a7efa91 (patch) | |
tree | 452db327f3b534b65d8d8260213094c5d9e6d00d /base/build/base_gfx.vcproj | |
parent | b6f2b91367ba6ed9ebb305233d4e786c1c748e45 (diff) | |
download | chromium_src-9b9877d2952882560e37205edf33ad460a7efa91.zip chromium_src-9b9877d2952882560e37205edf33ad460a7efa91.tar.gz chromium_src-9b9877d2952882560e37205edf33ad460a7efa91.tar.bz2 |
Debase our Uniscribe code. This moves FontUtils and all our Uniscribe code from
base/gfx to webkit/port/platform/graphics. I fixed the indenting and naming of
the moved code.
Review URL: http://codereview.chromium.org/10785
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build/base_gfx.vcproj')
-rw-r--r-- | base/build/base_gfx.vcproj | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/base/build/base_gfx.vcproj b/base/build/base_gfx.vcproj index 79ce51d..22dc8b4 100644 --- a/base/build/base_gfx.vcproj +++ b/base/build/base_gfx.vcproj @@ -138,14 +138,6 @@ > </File> <File - RelativePath="..\gfx\font_utils.cc" - > - </File> - <File - RelativePath="..\gfx\font_utils.h" - > - </File> - <File RelativePath="..\gfx\gdi_util.cc" > </File> @@ -234,14 +226,6 @@ > </File> <File - RelativePath="..\gfx\uniscribe.cc" - > - </File> - <File - RelativePath="..\gfx\uniscribe.h" - > - </File> - <File RelativePath="..\gfx\vector_canvas.cc" > </File> |