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

Unified Diff: webkit/SConscript.port

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/SConscript.port
===================================================================
--- webkit/SConscript.port (revision 5555)
+++ webkit/SConscript.port (working copy)
@@ -159,11 +159,14 @@
'$PORT_DIR/platform/win/SoundWin.cpp',
'$PORT_DIR/platform/graphics/FontCacheWin.cpp',
'$PORT_DIR/platform/graphics/FontPlatformDataWin.cpp',
+ '$PORT_DIR/platform/graphics/FontUtilsWin.cpp',
'$PORT_DIR/platform/graphics/FontWin.cpp',
'$PORT_DIR/platform/graphics/GlyphPageTreeNodeWin.cpp',
'$PORT_DIR/platform/graphics/IconWin.cpp',
'$PORT_DIR/platform/graphics/SimpleFontDataWin.cpp',
'$PORT_DIR/platform/graphics/ThemeHelperWin.cpp',
+ '$PORT_DIR/platform/graphics/UniscribeHelper.cpp',
+ '$PORT_DIR/platform/graphics/UniscribeHelperTextRun.cpp',
'$PORT_DIR/rendering/RenderThemeWin.cpp',
])

Powered by Google App Engine
This is Rietveld 408576698