Issue #80 - De-unify netwerk/dns

This commit is contained in:
Moonchild 2020-05-17 15:41:22 +00:00 committed by Roy Tam
commit cf74460dc0
2 changed files with 4 additions and 7 deletions

View file

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
UNIFIED_SOURCES += [
SOURCES += [
'MDNSResponderOperator.cpp',
'MDNSResponderReply.cpp',
'nsDNSServiceDiscovery.cpp',
@ -31,7 +31,7 @@ else:
'fallback/MulticastDNS.jsm',
]
UNIFIED_SOURCES += [
SOURCES += [
'nsDNSServiceInfo.cpp',
'nsMulticastDNSModule.cpp',
]