mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Issue #80 - De-unify dom/messagechannel
This commit is contained in:
parent
923386c8f2
commit
a0d86d0267
1 changed files with 2 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ EXPORTS.mozilla.dom += [
|
|||
'MessagePortParent.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'MessageChannel.cpp',
|
||||
'MessagePort.cpp',
|
||||
'MessagePortChild.cpp',
|
||||
|
|
@ -22,9 +22,7 @@ UNIFIED_SOURCES += [
|
|||
'SharedMessagePortMessage.cpp',
|
||||
]
|
||||
|
||||
IPDL_SOURCES += [
|
||||
'PMessagePort.ipdl',
|
||||
]
|
||||
IPDL_SOURCES += ['PMessagePort.ipdl']
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../base',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue