gecko-dev/toolkit/components/certviewer/moz.build
Carolina a503c44fe7 Bug 1585620 - Creates a standalone page (about:certificate) for the new certificate viewer.r=johannh,fluent-reviewers,flod
WIP - I want to have some insights before continue developing this patch

Differential Revision: https://phabricator.services.mozilla.com/D56413

--HG--
extra : moz-landing-system : lando
2020-04-10 17:26:41 +00:00

22 lines
563 B
Python

# -*- 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']
BROWSER_CHROME_MANIFESTS += [
'tests/browser/browser.ini'
]
MOCHITEST_CHROME_MANIFESTS += [
'tests/chrome/chrome.ini'
]
EXTRA_JS_MODULES += [
'AboutCertViewerHandler.jsm',
]
with Files('**'):
BUG_COMPONENT = ("Firefox", "Security")