# 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/. with Files("**"): BUG_COMPONENT = ("Thunderbird", "Testing Infrastructure") DIRS += ["browser/webextensions"] BROWSER_CHROME_MANIFESTS += [ "browser/browser1.toml", "browser/browser2.toml", "browser/browser3.toml", "browser/browser4.toml", "browser/detachedWindows/browser.toml", "browser/getMessages/browser.toml", "browser/menus/browser.toml", "browser/performance/browser.toml", "browser/spacesToolbar/browser-drawBelowTitlebar.toml", "browser/spacesToolbar/browser-drawInTitlebar.toml", "browser/spacesToolbar/browser.toml", "browser/static/browser.toml", "browser/widgets/browser.toml", ] XPCSHELL_TESTS_MANIFESTS += [ "unit/xpcshell.toml", "unit/xpcshell_maildir.toml", ] TESTING_JS_MODULES += [ "../../../../browser/components/customizableui/test/CustomizableUITestUtils.sys.mjs", "MailViewHelpers.sys.mjs", ]