summaryrefslogtreecommitdiffstats
path: root/webkit/build
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-17 17:30:19 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-17 17:30:19 +0000
commit9b9877d2952882560e37205edf33ad460a7efa91 (patch)
tree452db327f3b534b65d8d8260213094c5d9e6d00d /webkit/build
parentb6f2b91367ba6ed9ebb305233d4e786c1c748e45 (diff)
downloadchromium_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 'webkit/build')
-rw-r--r--webkit/build/port/port.vcproj40
1 files changed, 28 insertions, 12 deletions
diff --git a/webkit/build/port/port.vcproj b/webkit/build/port/port.vcproj
index e272395..d521dda 100644
--- a/webkit/build/port/port.vcproj
+++ b/webkit/build/port/port.vcproj
@@ -671,14 +671,6 @@
RelativePath="..\..\port\platform\StateTrackingString.h"
>
</File>
- <File
- RelativePath="..\..\port\platform\UniscribeStateTextRun.cpp"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\UniscribeStateTextRun.h"
- >
- </File>
<Filter
Name="win"
>
@@ -723,19 +715,19 @@
>
</File>
<File
- RelativePath="..\..\port\platform\chromium\ContextMenuChromium.cpp"
+ RelativePath="..\..\port\platform\chromium\ClipboardUtilitiesChromium.cpp"
>
</File>
<File
- RelativePath="..\..\port\platform\chromium\ContextMenuItemChromium.cpp"
+ RelativePath="..\..\port\platform\chromium\ClipboardUtilitiesChromium.h"
>
</File>
<File
- RelativePath="..\..\port\platform\chromium\ClipboardUtilitiesChromium.cpp"
+ RelativePath="..\..\port\platform\chromium\ContextMenuChromium.cpp"
>
</File>
<File
- RelativePath="..\..\port\platform\chromium\ClipboardUtilitiesChromium.h"
+ RelativePath="..\..\port\platform\chromium\ContextMenuItemChromium.cpp"
>
</File>
<File
@@ -895,6 +887,14 @@
>
</File>
<File
+ RelativePath="..\..\port\platform\graphics\FontUtilsWin.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\port\platform\graphics\FontUtilsWin.h"
+ >
+ </File>
+ <File
RelativePath="..\..\port\platform\graphics\FontWin.cpp"
>
</File>
@@ -986,6 +986,22 @@
RelativePath="..\..\port\platform\graphics\ThemeHelperWin.h"
>
</File>
+ <File
+ RelativePath="..\..\port\platform\graphics\UniscribeHelper.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\port\platform\graphics\UniscribeHelper.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\port\platform\graphics\UniscribeHelperTextRun.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\port\platform\graphics\UniscribeHelperTextRun.h"
+ >
+ </File>
<Filter
Name="svg"
>