From a5d2b713035b7a2fe03c633c9fce1f0e0f197d29 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Sat, 16 May 2020 12:28:39 +0000 Subject: Issue #80 - De-unify editor/txmgr and editor/txtsvc --- editor/txmgr/moz.build | 2 +- editor/txtsvc/moz.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'editor') 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', ] -- cgit v1.2.3