diff options
author | derat <derat@chromium.org> | 2015-02-11 16:10:41 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-12 00:11:28 +0000 |
commit | cd2d6fbd501376345db3964e9a5d89047ae2842d (patch) | |
tree | 9a8a779b822dadb3688452a996a0999d584edbea /WATCHLISTS | |
parent | c161f20c53d160be364a1909ca85a28eee7b7399 (diff) | |
download | chromium_src-cd2d6fbd501376345db3964e9a5d89047ae2842d.zip chromium_src-cd2d6fbd501376345db3964e9a5d89047ae2842d.tar.gz chromium_src-cd2d6fbd501376345db3964e9a5d89047ae2842d.tar.bz2 |
Rename PlatformFontPango to PlatformFontLinux.
The Linux PlatformFont implementation no longer has any
dependencies on Pango. Rename it and compile it
unconditionally on Linux. Also drop some Pango build
dependencies and delete the now-unneeded PlatformFontOzone
implementation.
BUG=398885,393067
TBR=sky@chromium.org
Review URL: https://codereview.chromium.org/912293006
Cr-Commit-Position: refs/heads/master@{#315874}
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -422,8 +422,8 @@ }, 'linux_fonts': { 'filepath': 'ui/gfx/font_render_params_.*|'\ - 'ui/gfx/platform_font_pango.*|'\ - 'ui/gfx/render_text_linux.*', + 'ui/gfx/platform_font_linux.*|'\ + 'ui/gfx/render_text_harfbuzz.*', }, 'linux_sandboxing': { 'filepath': 'sandbox/linux/', |