mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +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
|
|
@ -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