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

Unified Diff: base/gfx/base_gfx.scons

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: base/gfx/base_gfx.scons
===================================================================
--- base/gfx/base_gfx.scons (revision 5555)
+++ base/gfx/base_gfx.scons (working copy)
@@ -33,7 +33,6 @@
input_files = [
'convolver.cc',
- 'font_utils.cc',
'gdi_util.cc',
'image_operations.cc',
'native_theme.cc',
@@ -43,7 +42,6 @@
'rect.cc',
'size.cc',
'skia_utils.cc',
- 'uniscribe.cc',
'vector_canvas.cc',
'vector_device.cc',
]
@@ -52,11 +50,9 @@
# Remove files that still need to be ported from the input_files list.
# TODO(port): delete files from this list as they get ported.
to_be_ported_files = [
- 'font_utils.cc',
'gdi_util.cc',
'native_theme.cc',
'skia_utils.cc',
- 'uniscribe.cc',
'vector_canvas.cc',
'vector_device.cc',
]

Powered by Google App Engine
This is Rietveld 408576698