mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
Issue #325 Part 4: Remove obsolete and archaic Unicode normalization implementation.
This commit is contained in:
parent
cbc1d586e1
commit
4d5e597e5f
5 changed files with 69 additions and 6035 deletions
|
|
@ -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']:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue