summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dom/broadcastchannel/moz.build10
1 files changed, 3 insertions, 7 deletions
diff --git a/dom/broadcastchannel/moz.build b/dom/broadcastchannel/moz.build
index a076331e5..c9d687cbc 100644
--- a/dom/broadcastchannel/moz.build
+++ b/dom/broadcastchannel/moz.build
@@ -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']