moz.build (518B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 JAR_MANIFESTS += ["jar.mn"] 6 7 BROWSER_CHROME_MANIFESTS += ["test/browser/browser.toml"] 8 9 XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell/xpcshell.toml"] 10 11 # NOTE: xpi-build/moz.build is used by jobs that generates system-signed XPIs. 12 DIRS += ["xpi-build"] 13 14 with Files("**"): 15 BUG_COMPONENT = ("WebExtensions", "General")