diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-17 19:37:17 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-17 19:37:17 +0000 |
commit | 5f86cd25f2255b6bee1dd77245ea91fe0a2f4bc4 (patch) | |
tree | 3f2314dcdfb0051819b724fc2595e05b7bfcc1f0 /netwerk/protocol/device | |
parent | 5fa34da0b77476d440eeb52b1258349cfe1c5013 (diff) | |
download | uxp-5f86cd25f2255b6bee1dd77245ea91fe0a2f4bc4.tar.gz |
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 3bb95930e4..6900e725ae 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', ] |