1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00

Issue #80 - De-unify editor/txmgr and editor/txtsvc

This commit is contained in:
Moonchild
2020-05-16 12:28:39 +00:00
committed by Roy Tam
parent 7e3c172ffb
commit 08bf05f6f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ EXPORTS += [
'nsTransactionManagerCID.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'nsTransactionItem.cpp',
'nsTransactionList.cpp',
'nsTransactionManager.cpp',
+1 -1
View File
@@ -18,7 +18,7 @@ EXPORTS += [
'nsTextServicesCID.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'nsFilteredContentIterator.cpp',
'nsTextServicesDocument.cpp',
]