summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/data/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/data/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/data/moz.build')
-rw-r--r--netwerk/protocol/data/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/protocol/data/moz.build b/netwerk/protocol/data/moz.build
index 0958118fa..2c45b8067 100644
--- a/netwerk/protocol/data/moz.build
+++ b/netwerk/protocol/data/moz.build
@@ -8,7 +8,7 @@ EXPORTS.mozilla.net += [
'DataChannelParent.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'DataChannelChild.cpp',
'DataChannelParent.cpp',
'nsDataChannel.cpp',