Issue #325 Part 4: Remove obsolete and archaic Unicode normalization implementation.

This commit is contained in:
wolfbeast 2018-05-04 11:52:49 +02:00 committed by Roy Tam
commit 4d5e597e5f
5 changed files with 69 additions and 6035 deletions

View file

@ -27,17 +27,9 @@ UNIFIED_SOURCES += [
'nsCategoryImp.cpp',
'nsEntityConverter.cpp',
'nsSaveAsCharset.cpp',
'nsUnicodeNormalizer.cpp',
]
if CONFIG['ENABLE_INTL_API']:
UNIFIED_SOURCES += [
'nsUnicodeNormalizer_ICU.cpp',
]
else:
UNIFIED_SOURCES += [
'nsUnicodeNormalizer.cpp',
]
FINAL_LIBRARY = 'xul'
if CONFIG['GNU_CXX']: