Backed out changeset b06f19b95b94 (bug 1784438) for causing build bustages CLOSED...
[gecko.git] / toolkit / components / bitsdownload / moz.build
blob9a2c6e23dba208bcbad026e863795af60172d309
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 XPIDL_MODULE = "Bits"
9 XPIDL_SOURCES += [
10     "nsIBits.idl",
13 XPCOM_MANIFESTS += [
14     "components.conf",
17 if CONFIG["MOZ_BITS_DOWNLOAD"]:
18     EXPORTS += ["Bits.h"]
19     UNIFIED_SOURCES += ["Bits.cpp"]
21 EXTRA_JS_MODULES += [
22     "Bits.sys.mjs",
25 FINAL_LIBRARY = "xul"
27 with Files("**"):
28     BUG_COMPONENT = ("Toolkit", "Application Update")