summaryrefslogtreecommitdiff
path: root/netwerk/dns/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/dns/moz.build')
-rw-r--r--netwerk/dns/moz.build7
1 files changed, 5 insertions, 2 deletions
diff --git a/netwerk/dns/moz.build b/netwerk/dns/moz.build
index 06ee6c8084..005b314f8d 100644
--- a/netwerk/dns/moz.build
+++ b/netwerk/dns/moz.build
@@ -28,6 +28,11 @@ 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',
@@ -35,8 +40,6 @@ SOURCES += [
'DNSRequestParent.cpp',
'GetAddrInfo.cpp',
'nsDNSService2.cpp',
- 'nsEffectiveTLDService.cpp',
- 'nsHostResolver.cpp',
'nsIDNService.cpp',
'punycode.c',
]