2016-07-14 16:16:42 +00:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2014-10-31 18:24:47 +00: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-03-01 13:20:25 +00:00
|
|
|
with Files("**"):
|
2019-03-17 23:13:22 +00:00
|
|
|
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
2017-03-01 13:20:25 +00:00
|
|
|
|
2014-10-31 18:24:47 +00:00
|
|
|
EXTRA_JS_MODULES += [
|
2023-05-10 10:50:32 +00:00
|
|
|
"ImageObjectProcessor.sys.mjs",
|
|
|
|
"Manifest.sys.mjs",
|
|
|
|
"ManifestFinder.sys.mjs",
|
|
|
|
"ManifestIcons.sys.mjs",
|
|
|
|
"ManifestObtainer.sys.mjs",
|
|
|
|
"ManifestProcessor.sys.mjs",
|
|
|
|
"ValueExtractor.sys.mjs",
|
2014-10-31 18:24:47 +00:00
|
|
|
]
|
|
|
|
|
2023-10-03 19:35:22 +00:00
|
|
|
MOCHITEST_MANIFESTS += ["test/mochitest.toml"]
|
2023-09-22 20:42:14 +00:00
|
|
|
BROWSER_CHROME_MANIFESTS += ["test/browser.toml"]
|