Backed out changeset bcbab342eed8 (bug 1889658) for causing wpt reftest failures...
[gecko.git] / toolkit / system / windowsDHCPClient / moz.build
blob308ac4dd4d054368004a79c191bd01c19d090bca
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/.
7 with Files("**"):
8     BUG_COMPONENT = ("Core", "Networking: HTTP")
10 TEST_DIRS += ["tests/gtest"]
12 SOURCES += [
13     "DHCPUtils.cpp",
14     "nsWindowsDHCPClient.cpp",
15     "WindowsNetworkFunctionsWrapper.cpp",
18 XPCOM_MANIFESTS += [
19     "components.conf",
22 FINAL_LIBRARY = "xul"