mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Issue #80 - De-unify dom/notification
This commit is contained in:
parent
0a21348c8c
commit
c6eb9b9076
1 changed files with 3 additions and 4 deletions
|
|
@ -9,9 +9,7 @@ EXTRA_COMPONENTS += [
|
|||
'NotificationStorage.manifest',
|
||||
]
|
||||
|
||||
EXTRA_JS_MODULES += [
|
||||
'NotificationDB.jsm'
|
||||
]
|
||||
EXTRA_JS_MODULES += ['NotificationDB.jsm']
|
||||
|
||||
EXPORTS.mozilla.dom += [
|
||||
'DesktopNotification.h',
|
||||
|
|
@ -19,7 +17,7 @@ EXPORTS.mozilla.dom += [
|
|||
'NotificationEvent.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'DesktopNotification.cpp',
|
||||
'Notification.cpp',
|
||||
'NotificationEvent.cpp',
|
||||
|
|
@ -28,6 +26,7 @@ UNIFIED_SOURCES += [
|
|||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'/dom/base',
|
||||
'/dom/ipc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue