mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #80 - De-unify editor/txmgr and editor/txtsvc
This commit is contained in:
parent
7e3c172ffb
commit
08bf05f6f1
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ EXPORTS += [
|
|||
'nsTransactionManagerCID.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsTransactionItem.cpp',
|
||||
'nsTransactionList.cpp',
|
||||
'nsTransactionManager.cpp',
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ EXPORTS += [
|
|||
'nsTextServicesCID.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsFilteredContentIterator.cpp',
|
||||
'nsTextServicesDocument.cpp',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue