summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-18 03:15:52 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-18 03:15:52 -0400
commitf59fb63b1aad271f6065f2cc65d7560871e193e6 (patch)
treee7cd37ed56b2dcf1c38444b449ae394e44bc97af
parentcb554991132aa0988a91a23f066c99c66b81d5d0 (diff)
downloadUXP-f59fb63b1aad271f6065f2cc65d7560871e193e6.tar
UXP-f59fb63b1aad271f6065f2cc65d7560871e193e6.tar.gz
UXP-f59fb63b1aad271f6065f2cc65d7560871e193e6.tar.lz
UXP-f59fb63b1aad271f6065f2cc65d7560871e193e6.tar.xz
UXP-f59fb63b1aad271f6065f2cc65d7560871e193e6.zip
Issue #80 - De-unify dom/notification
-rw-r--r--dom/notification/moz.build7
1 files changed, 3 insertions, 4 deletions
diff --git a/dom/notification/moz.build b/dom/notification/moz.build
index d966b160d..8297daa6b 100644
--- a/dom/notification/moz.build
+++ b/dom/notification/moz.build
@@ -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',