diff options
author | wangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-09 23:04:47 +0000 |
---|---|---|
committer | wangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-09 23:04:47 +0000 |
commit | 7d076cf50a736b1185286dd9ab4877d0357f5b06 (patch) | |
tree | 651d6753e24cf724c04e9e0a3113fed54ba6e4d8 /ui/ui.gyp | |
parent | c691aae93911859a45dabf6d1fca8a7f319c523f (diff) | |
download | chromium_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.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |