1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 BUG_COMPONENT = ("Core", "Networking: DNS")
13 "nsIDNSAdditionalInfo.idl",
14 "nsIDNSByTypeRecord.idl",
18 "nsIEffectiveTLDService.idl",
20 "nsINativeDNSResolverOverride.idl",
21 "nsITRRSkipReason.idl",
25 XPIDL_MODULE = "necko_dns"
27 EXTRA_JS_MODULES["netwerk-dns"] += [
28 "PublicSuffixList.sys.mjs",
31 XPCSHELL_TESTS_MANIFESTS += ["tests/unit/xpcshell.ini"]
34 "nsEffectiveTLDService.h",
37 EXPORTS.mozilla.net += [
48 "IDNBlocklistUtils.h",
49 "NativeDNSResolverOverrideChild.h",
50 "NativeDNSResolverOverrideParent.h",
58 "GetAddrInfo.cpp", # Undefines UNICODE
59 "nsEffectiveTLDService.cpp", # Excluded from UNIFIED_SOURCES due to special build flags.
63 "ChildDNSService.cpp",
65 "DNSAdditionalInfo.cpp",
66 "DNSListenerProxy.cpp",
68 "DNSRequestChild.cpp",
69 "DNSRequestParent.cpp",
72 "HostRecordQueue.cpp",
74 "IDNBlocklistUtils.cpp",
75 "NativeDNSResolverOverrideChild.cpp",
76 "NativeDNSResolverOverrideParent.cpp",
86 "TRRServiceChild.cpp",
87 "TRRServiceParent.cpp",
92 "PDNSRequestParams.ipdlh",
93 "PNativeDNSResolverOverride.ipdl",
97 include("/ipc/chromium/chromium-config.mozbuild")
102 "etld_data.inc", script="prepare_tlds.py", inputs=["effective_tld_names.dat"]
105 # need to include etld_data.inc
109 "/netwerk/protocol/http",