2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2014-10-07 22:46:25 +04:00
|
|
|
# vim: set filetype=python:
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
2017-04-09 12:43:43 +03:00
|
|
|
with Files("**"):
|
|
|
|
BUG_COMPONENT = ("Toolkit", "General")
|
|
|
|
|
2014-10-07 22:46:25 +04:00
|
|
|
EXTRA_COMPONENTS += [
|
|
|
|
"ProcessSingleton.manifest",
|
|
|
|
]
|
2018-08-20 19:22:47 +03:00
|
|
|
|
|
|
|
EXTRA_JS_MODULES += [
|
|
|
|
"CustomElementsListener.jsm",
|
2019-01-30 05:32:37 +03:00
|
|
|
"MainProcessSingleton.jsm",
|
|
|
|
]
|
|
|
|
|
|
|
|
XPCOM_MANIFESTS += [
|
|
|
|
"components.conf",
|
2018-08-20 19:22:47 +03:00
|
|
|
]
|