mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Issue #80 - De-unify netwerk/dns
This commit is contained in:
parent
14e038f2c5
commit
cf74460dc0
2 changed files with 4 additions and 7 deletions
|
|
@ -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',
|
||||
]
|
||||
|
|
|
|||
|
|
@ -29,11 +29,6 @@ EXPORTS.mozilla.net += [
|
|||
]
|
||||
|
||||
SOURCES += [
|
||||
'nsEffectiveTLDService.cpp', # Excluded from UNIFIED_SOURCES due to special build flags.
|
||||
'nsHostResolver.cpp', # Redefines LOG
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'ChildDNSService.cpp',
|
||||
'DNS.cpp',
|
||||
'DNSListenerProxy.cpp',
|
||||
|
|
@ -41,6 +36,8 @@ UNIFIED_SOURCES += [
|
|||
'DNSRequestParent.cpp',
|
||||
'GetAddrInfo.cpp',
|
||||
'nsDNSService2.cpp',
|
||||
'nsEffectiveTLDService.cpp',
|
||||
'nsHostResolver.cpp',
|
||||
'nsIDNService.cpp',
|
||||
'punycode.c',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue