mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Issue #80 - De-unify dom/workers
This commit is contained in:
parent
66a3f44adf
commit
080182d2d9
16 changed files with 33 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ EXPORTS.mozilla.dom += [
|
|||
|
||||
EXPORTS.mozilla.dom.workers += [
|
||||
'RuntimeService.h',
|
||||
'ServiceWorkerCommon.h',
|
||||
'ServiceWorkerInfo.h',
|
||||
'ServiceWorkerManager.h',
|
||||
'ServiceWorkerRegistrationInfo.h',
|
||||
|
|
@ -46,7 +47,7 @@ XPIDL_SOURCES += [
|
|||
'nsIWorkerDebuggerManager.idl',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'ChromeWorkerScope.cpp',
|
||||
'FileReaderSync.cpp',
|
||||
'Principal.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue