diff options
author | Bruce Dawson <brucedawson@chromium.org> | 2017-08-12 21:45:12 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-08-13 05:52:17 +0000 |
commit | aeac95192c106b41c058c8372aa2ec8d0092f60b (patch) | |
tree | c717a0babd7be74f2b8bd27a3fd0edc357bdea73 /xfa/fde | |
parent | d3002340caad8d688d0e4928a36e90d354a797bd (diff) | |
download | pdfium-aeac95192c106b41c058c8372aa2ec8d0092f60b.tar.xz |
Fix use_system_freetype builds for FreeType changeschromium/3185
FreeType has changed so it doesn't define ft_adobe_glyph_list once for
every translation unit, which avoids wasting space in the data segment
with duplicates. However Chromium builds with use_system_freetype true
were depending on this behavior. This fixes these builds while avoiding
duplicate arrays in other builds.
This change makes no difference to pdfium itself, but is necessary when
it is pulled in to Chromium.
This is a follow-on to a previous change that fixed this issue for
component builds.
Change-Id: I3e68d7b778475e4a2781d77cd413e1bc22f82830
Reviewed-on: https://pdfium-review.googlesource.com/10830
Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'xfa/fde')
0 files changed, 0 insertions, 0 deletions