Bug 1913453 - Remove the execution right on a pdf test file r=marco
[gecko.git] / toolkit / components / mozprotocol / moz.build
blob09e8c65c32e019a53367adc5c55152954d8864ad
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 with Files("**"):
8     BUG_COMPONENT = ("Toolkit", "General")
10 EXTRA_JS_MODULES += [
11     "MozProtocolHandler.sys.mjs",
14 XPCOM_MANIFESTS += [
15     "components.conf",
18 BROWSER_CHROME_MANIFESTS += ["tests/browser.toml"]