diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-17 19:37:17 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:57:59 +0000 |
commit | aedf5c0169a835c178834590d07384945db07009 (patch) | |
tree | 93e0cb52fad8ab3591faa15a62551c908473c15f /netwerk/protocol/device | |
parent | 1c16924e08a0e1dc3f2a99d884624e1a17d05571 (diff) | |
download | UXP-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/device')
-rw-r--r-- | netwerk/protocol/device/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/protocol/device/moz.build b/netwerk/protocol/device/moz.build index 3bb95930e..6900e725a 100644 --- a/netwerk/protocol/device/moz.build +++ b/netwerk/protocol/device/moz.build @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -UNIFIED_SOURCES += [ +SOURCES += [ 'nsDeviceChannel.cpp', 'nsDeviceProtocolHandler.cpp', ] |