mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 936913 - Part 2: Build the editor in unified mode; r=roc
This commit is contained in:
parent
9d20dc2789
commit
2302a1b555
@ -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