mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 936913 - Part 2: Build the editor in unified mode; r=roc
This commit is contained in:
parent
3b04070a2e
commit
9a4b7237bc
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'editor'
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsComposerCommands.cpp',
|
||||
'nsComposerCommandsUpdater.cpp',
|
||||
'nsComposerController.cpp',
|
||||
|
@ -8,7 +8,7 @@ TEST_DIRS += ['tests']
|
||||
|
||||
MODULE = 'editor'
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'ChangeAttributeTxn.cpp',
|
||||
'ChangeCSSInlineStyleTxn.cpp',
|
||||
'CreateElementTxn.cpp',
|
||||
|
@ -8,7 +8,7 @@ TEST_DIRS += ['tests']
|
||||
|
||||
MODULE = 'editor'
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsEditProperty.cpp',
|
||||
'nsHTMLAbsPosition.cpp',
|
||||
'nsHTMLAnonymousUtils.cpp',
|
||||
|
@ -8,7 +8,7 @@ TEST_DIRS += ['tests']
|
||||
|
||||
MODULE = 'editor'
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsInternetCiter.cpp',
|
||||
'nsPlaintextDataTransfer.cpp',
|
||||
'nsPlaintextEditor.cpp',
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'txmgr'
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsTransactionItem.cpp',
|
||||
'nsTransactionList.cpp',
|
||||
'nsTransactionManager.cpp',
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'txtsvc'
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsFilteredContentIterator.cpp',
|
||||
'nsTextServicesDocument.cpp',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user