summaryrefslogtreecommitdiffstats
path: root/editor
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-16 12:28:39 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-16 12:28:39 +0000
commita5d2b713035b7a2fe03c633c9fce1f0e0f197d29 (patch)
tree2a505e1a8b5116bd62d95964efa3508f7bfea752 /editor
parent80fc6e92ef3b55e0dd6e05300e3e2ef93cc25e08 (diff)
downloadUXP-a5d2b713035b7a2fe03c633c9fce1f0e0f197d29.tar
UXP-a5d2b713035b7a2fe03c633c9fce1f0e0f197d29.tar.gz
UXP-a5d2b713035b7a2fe03c633c9fce1f0e0f197d29.tar.lz
UXP-a5d2b713035b7a2fe03c633c9fce1f0e0f197d29.tar.xz
UXP-a5d2b713035b7a2fe03c633c9fce1f0e0f197d29.zip
Issue #80 - De-unify editor/txmgr and editor/txtsvc
Diffstat (limited to 'editor')
-rw-r--r--editor/txmgr/moz.build2
-rw-r--r--editor/txtsvc/moz.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/editor/txmgr/moz.build b/editor/txmgr/moz.build
index 3c7f3b55a..4cae5437a 100644
--- a/editor/txmgr/moz.build
+++ b/editor/txmgr/moz.build
@@ -19,7 +19,7 @@ EXPORTS += [
'nsTransactionManagerCID.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'nsTransactionItem.cpp',
'nsTransactionList.cpp',
'nsTransactionManager.cpp',
diff --git a/editor/txtsvc/moz.build b/editor/txtsvc/moz.build
index 4c0b93419..bf9f22382 100644
--- a/editor/txtsvc/moz.build
+++ b/editor/txtsvc/moz.build
@@ -18,7 +18,7 @@ EXPORTS += [
'nsTextServicesCID.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'nsFilteredContentIterator.cpp',
'nsTextServicesDocument.cpp',
]