summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-09-04 11:50:24 +0000
committerMoonchild <moonchild@palemoon.org>2022-09-04 11:50:24 +0000
commit92452d76147e70960791f18a3db487ba9f73b446 (patch)
treede6f721496a1f4855043655012877c07cdafaa4d /editor
parent74124f150b7167b69f0f4ae6657489c5db556ad3 (diff)
downloaduxp-92452d76147e70960791f18a3db487ba9f73b446.tar.gz
Issue #80 - reinstated unified building for some large chunks of our code.
This should reduce compile complexity saving time and reducing linker stress.
Diffstat (limited to 'editor')
-rw-r--r--editor/composer/moz.build2
-rw-r--r--editor/libeditor/moz.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/editor/composer/moz.build b/editor/composer/moz.build
index 8da0e1f329..eb72e14be2 100644
--- a/editor/composer/moz.build
+++ b/editor/composer/moz.build
@@ -13,7 +13,7 @@ XPIDL_SOURCES += [
XPIDL_MODULE = 'composer'
-SOURCES += [
+UNIFIED_SOURCES += [
'nsComposerCommands.cpp',
'nsComposerCommandsUpdater.cpp',
'nsComposerController.cpp',
diff --git a/editor/libeditor/moz.build b/editor/libeditor/moz.build
index cc4e309e6a..a999782a3a 100644
--- a/editor/libeditor/moz.build
+++ b/editor/libeditor/moz.build
@@ -29,7 +29,7 @@ EXPORTS.mozilla += [
'TextEditRules.h',
]
-SOURCES += [
+UNIFIED_SOURCES += [
'ChangeAttributeTransaction.cpp',
'ChangeStyleTransaction.cpp',
'CompositionTransaction.cpp',