summaryrefslogtreecommitdiffstats
path: root/dom/encoding
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-18 03:04:19 -0400
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:31:08 +0200
commit7859a0d693d12e87e079e61be81640405a051f51 (patch)
treeeb5dd6b7a253069f299203ae0cf0507518816455 /dom/encoding
parentc5d9e1f973f107d83977908f40cc06abe9acebfa (diff)
downloadUXP-7859a0d693d12e87e079e61be81640405a051f51.tar
UXP-7859a0d693d12e87e079e61be81640405a051f51.tar.gz
UXP-7859a0d693d12e87e079e61be81640405a051f51.tar.lz
UXP-7859a0d693d12e87e079e61be81640405a051f51.tar.xz
UXP-7859a0d693d12e87e079e61be81640405a051f51.zip
Issue #80 - De-unify dom/encoding
Diffstat (limited to 'dom/encoding')
-rw-r--r--dom/encoding/moz.build7
1 files changed, 3 insertions, 4 deletions
diff --git a/dom/encoding/moz.build b/dom/encoding/moz.build
index 37292d6e5..7dc360aaf 100644
--- a/dom/encoding/moz.build
+++ b/dom/encoding/moz.build
@@ -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 = (