summaryrefslogtreecommitdiffstats
path: root/base/gfx/base_gfx.scons
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 /base/gfx/base_gfx.scons
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 'base/gfx/base_gfx.scons')
-rw-r--r--base/gfx/base_gfx.scons4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/gfx/base_gfx.scons b/base/gfx/base_gfx.scons
index 9892d66..748f13b 100644
--- a/base/gfx/base_gfx.scons
+++ b/base/gfx/base_gfx.scons
@@ -33,7 +33,6 @@ if env['PLATFORM'] == 'win32':
input_files = [
'convolver.cc',
- 'font_utils.cc',
'gdi_util.cc',
'image_operations.cc',
'native_theme.cc',
@@ -43,7 +42,6 @@ input_files = [
'rect.cc',
'size.cc',
'skia_utils.cc',
- 'uniscribe.cc',
'vector_canvas.cc',
'vector_device.cc',
]
@@ -52,11 +50,9 @@ if env['PLATFORM'] in ('posix', 'darwin'):
# 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',
]