2019-05-24 01:12:30 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
|
|
# 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/.
|
|
|
|
|
|
|
|
JAR_MANIFESTS += ['jar.mn']
|
|
|
|
|
2019-07-15 15:32:43 +03:00
|
|
|
BROWSER_CHROME_MANIFESTS += [
|
|
|
|
'tests/browser/browser.ini'
|
|
|
|
]
|
|
|
|
|
2019-07-19 14:16:55 +03:00
|
|
|
MOCHITEST_CHROME_MANIFESTS += [
|
|
|
|
'tests/chrome/chrome.ini'
|
|
|
|
]
|
|
|
|
|
2020-04-10 20:26:41 +03:00
|
|
|
EXTRA_JS_MODULES += [
|
|
|
|
'AboutCertViewerHandler.jsm',
|
|
|
|
]
|
|
|
|
|
2019-05-24 01:12:30 +03:00
|
|
|
with Files('**'):
|
2019-07-19 14:16:55 +03:00
|
|
|
BUG_COMPONENT = ("Firefox", "Security")
|