summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authorwangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-09 23:04:47 +0000
committerwangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-09 23:04:47 +0000
commit7d076cf50a736b1185286dd9ab4877d0357f5b06 (patch)
tree651d6753e24cf724c04e9e0a3113fed54ba6e4d8 /ui/ui.gyp
parentc691aae93911859a45dabf6d1fca8a7f319c523f (diff)
downloadchromium_src-7d076cf50a736b1185286dd9ab4877d0357f5b06.zip
chromium_src-7d076cf50a736b1185286dd9ab4877d0357f5b06.tar.gz
chromium_src-7d076cf50a736b1185286dd9ab4877d0357f5b06.tar.bz2
Chromium change of sharing some WebKit API between Android/Linux.
Previously the Android-specific font rendering configurations are hardcoded in WebCore. Now change to use WebKit API. Also passes autohinting and use_bitmaps parameters to WebKit. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10544103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145773 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 72e6e20..f729ba9 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -340,6 +340,7 @@
'gfx/font.cc',
'gfx/font_list.h',
'gfx/font_list.cc',
+ 'gfx/font_render_params_android.cc',
'gfx/font_render_params_linux.cc',
'gfx/font_render_params_linux.h',
'gfx/font_smoothing_win.cc',