summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/viewsource/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/protocol/viewsource/moz.build')
-rw-r--r--netwerk/protocol/viewsource/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/protocol/viewsource/moz.build b/netwerk/protocol/viewsource/moz.build
index 4e3303c40..986ebf14e 100644
--- a/netwerk/protocol/viewsource/moz.build
+++ b/netwerk/protocol/viewsource/moz.build
@@ -10,7 +10,7 @@ XPIDL_SOURCES += [
XPIDL_MODULE = 'necko_viewsource'
-UNIFIED_SOURCES += [
+SOURCES += [
'nsViewSourceChannel.cpp',
'nsViewSourceHandler.cpp',
]