Issue #325 Part 3: Remove support for using legacy Gecko normalization in gfxHarfBuzzShaper.

This commit is contained in:
wolfbeast 2018-05-04 10:38:17 +02:00 • committed by Roy Tam
commit cbc1d586e1
2 changed files with 6 additions and 34 deletions

View file

@ -223,12 +223,10 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
'DeviceManagerDx.cpp',
]
# We prefer to use ICU for normalization functions, but currently it is only
# available if we're building with the Intl API enabled:
if CONFIG['ENABLE_INTL_API']:
USE_LIBS += [
'icu',
]
# We use ICU for normalization functions
USE_LIBS += [
'icu',
]
include('/ipc/chromium/chromium-config.mozbuild')