summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/viewsource/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-17 19:37:17 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-20 13:57:59 +0000
commitaedf5c0169a835c178834590d07384945db07009 (patch)
tree93e0cb52fad8ab3591faa15a62551c908473c15f /netwerk/protocol/viewsource/moz.build
parent1c16924e08a0e1dc3f2a99d884624e1a17d05571 (diff)
downloadUXP-aedf5c0169a835c178834590d07384945db07009.tar
UXP-aedf5c0169a835c178834590d07384945db07009.tar.gz
UXP-aedf5c0169a835c178834590d07384945db07009.tar.lz
UXP-aedf5c0169a835c178834590d07384945db07009.tar.xz
UXP-aedf5c0169a835c178834590d07384945db07009.zip
Issue #80 - De-unify smaller netwerk/protocol components
- data - device - file - viewsource - wyciwyg
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',
]