summaryrefslogtreecommitdiffstats
path: root/app/app.gyp
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-11 21:11:12 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-11 21:11:12 +0000
commitb7e273f8fc7448ecd476ecdb563a3566eb9bce1e (patch)
tree66d4973b47b89d04af3a84e7f54d53f0cc8b9c6a /app/app.gyp
parent67cb4c8380be25c52627944e52a23eeb006484f6 (diff)
downloadchromium_src-b7e273f8fc7448ecd476ecdb563a3566eb9bce1e.zip
chromium_src-b7e273f8fc7448ecd476ecdb563a3566eb9bce1e.tar.gz
chromium_src-b7e273f8fc7448ecd476ecdb563a3566eb9bce1e.tar.bz2
Nukes font_skia and converts font_gtk to use pango. This was
necessitated by Pango and Skia differing on how the fonts are sized, resulting in lots of clipping in views. The only iffy part of this is I've made Font::nativeFont() win/mac only (it isn't used on Linux). I did this to avoid folks accidentally modifying the underlying font out from under Font. That said, I could certainly nuke GetPangoFontDescription in favor of nativeFont() and make it return the PangoFontDescription (not a copy). Let me know if you feel strongly about converting this. Assuming your ok with this, I'll watch the perf tests to make sure this doesn't impact startup. BUG=20823 TEST=none Review URL: http://codereview.chromium.org/195058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26015 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/app.gyp')
-rw-r--r--app/app.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/app.gyp b/app/app.gyp
index f01073c..41b7ee6 100644
--- a/app/app.gyp
+++ b/app/app.gyp
@@ -75,7 +75,6 @@
'gfx/font.h',
'gfx/font_gtk.cc',
'gfx/font_mac.mm',
- 'gfx/font_skia.cc',
'gfx/font_win.cc',
'gfx/color_utils.cc',
'gfx/color_utils.h',