2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2014-10-31 21:24:47 +03: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 16:20:25 +03:00
|
|
|
with Files("**"):
|
2019-03-18 02:13:22 +03:00
|
|
|
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
2017-03-01 16:20:25 +03:00
|
|
|
|
2014-10-31 21:24:47 +03:00
|
|
|
EXTRA_JS_MODULES += [
|
2015-07-30 18:56:12 +03:00
|
|
|
"ImageObjectProcessor.jsm",
|
2017-01-17 21:24:53 +03:00
|
|
|
"Manifest.jsm",
|
2015-07-30 18:56:12 +03:00
|
|
|
"ManifestFinder.jsm",
|
2017-01-17 21:24:53 +03:00
|
|
|
"ManifestIcons.jsm",
|
2015-07-30 18:56:12 +03:00
|
|
|
"ManifestObtainer.jsm",
|
|
|
|
"ManifestProcessor.jsm",
|
|
|
|
"ValueExtractor.jsm",
|
2014-10-31 21:24:47 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
MOCHITEST_MANIFESTS += ["test/mochitest.ini"]
|
2015-05-19 15:20:00 +03:00
|
|
|
BROWSER_CHROME_MANIFESTS += ["test/browser.ini"]
|