Issue #80 - De-unify dom/messagechannel

This commit is contained in:
Matt A. Tobin 2020-04-18 03:24:37 -04:00 committed by Roy Tam
commit a0d86d0267

View file

@ -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',