mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Issue #80 - De-unify dom/encoding
This commit is contained in:
parent
64c4dde520
commit
0ad9b56a31
1 changed files with 3 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ EXPORTS.mozilla.dom += [
|
|||
'TextEncoder.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'EncodingUtils.cpp',
|
||||
'FallbackEncoding.cpp',
|
||||
'TextDecoder.cpp',
|
||||
|
|
@ -19,9 +19,8 @@ UNIFIED_SOURCES += [
|
|||
]
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
LOCAL_INCLUDES += [
|
||||
'/intl/locale',
|
||||
]
|
||||
|
||||
LOCAL_INCLUDES += ['/intl/locale']
|
||||
|
||||
props2arrays = '/intl/locale/props2arrays.py'
|
||||
prefixes = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue