mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Issue #80 - De-unify dom/broadcastchannel
This commit is contained in:
parent
9a7bb89afc
commit
bd6fbedbf6
1 changed files with 3 additions and 7 deletions
|
|
@ -8,20 +8,16 @@ EXPORTS.mozilla.dom += [
|
|||
'BroadcastChannel.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'BroadcastChannel.cpp',
|
||||
'BroadcastChannelChild.cpp',
|
||||
'BroadcastChannelParent.cpp',
|
||||
'BroadcastChannelService.cpp',
|
||||
]
|
||||
|
||||
IPDL_SOURCES += [
|
||||
'PBroadcastChannel.ipdl',
|
||||
]
|
||||
IPDL_SOURCES += ['PBroadcastChannel.ipdl']
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../workers',
|
||||
]
|
||||
LOCAL_INCLUDES += ['../workers']
|
||||
|
||||
MOCHITEST_MANIFESTS += ['tests/mochitest.ini']
|
||||
BROWSER_CHROME_MANIFESTS += ['tests/browser.ini']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue