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