summaryrefslogtreecommitdiffstats
path: root/netwerk
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-18 07:00:59 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-20 13:58:17 +0000
commit02923a36489999b0ed4f65e1bc4171be566ab01a (patch)
treed6cc77df944f30ae1486e8deb90ca2538163d9e5 /netwerk
parenta5da610b878033f2a0719389cbe23b3894307888 (diff)
downloadUXP-02923a36489999b0ed4f65e1bc4171be566ab01a.tar
UXP-02923a36489999b0ed4f65e1bc4171be566ab01a.tar.gz
UXP-02923a36489999b0ed4f65e1bc4171be566ab01a.tar.lz
UXP-02923a36489999b0ed4f65e1bc4171be566ab01a.tar.xz
UXP-02923a36489999b0ed4f65e1bc4171be566ab01a.zip
Issue #80 - De-unify netwerk/protocol/res
Diffstat (limited to 'netwerk')
-rw-r--r--netwerk/protocol/res/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/protocol/res/moz.build b/netwerk/protocol/res/moz.build
index 37e2316b0..463d8e0fe 100644
--- a/netwerk/protocol/res/moz.build
+++ b/netwerk/protocol/res/moz.build
@@ -11,7 +11,7 @@ XPIDL_SOURCES += [
XPIDL_MODULE = 'necko_res'
-UNIFIED_SOURCES += [
+SOURCES += [
'ExtensionProtocolHandler.cpp',
'nsResProtocolHandler.cpp',
'SubstitutingProtocolHandler.cpp',