Bug 1942239 - Add option to explicitly enable incremental origin initialization in...
[gecko.git] / toolkit / components / utils / moz.build
blob4f9c5fcb1b949232509e953769d7360986cb330a
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 = ("Toolkit", "General")
10 EXTRA_JS_MODULES += [
11     "SimpleServices.sys.mjs",
14 EXTRA_JS_MODULES["components-utils"] = [
15     "ClientEnvironment.sys.mjs",
16     "FilterExpressions.sys.mjs",
17     "JsonSchemaValidator.sys.mjs",
18     "mozjexl.sys.mjs",
19     "Sampling.sys.mjs",
20     "WindowsInstallsInfo.sys.mjs",
21     "WindowsVersionInfo.sys.mjs",
24 XPCOM_MANIFESTS += [
25     "components.conf",
28 XPCSHELL_TESTS_MANIFESTS += ["test/unit/xpcshell.toml"]