Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(776)

Unified Diff: webkit/build/port/port.vcproj

Issue 10785: Debase our Uniscribe code. This moves FontUtils and all our Uniscribe code fr... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/build/port/port.vcproj
===================================================================
--- webkit/build/port/port.vcproj (revision 5555)
+++ webkit/build/port/port.vcproj (working copy)
@@ -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"
Erik does not do reviews 2008/11/17 17:01:34 it looks like you need to sort the vcproj
brettw 2008/11/17 17:26:49 Actually, this change made it sorted.
>
</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"
>

Powered by Google App Engine
This is Rietveld 408576698