# 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/. MARIONETTE_MANIFESTS += ["tests/marionette/manifest.toml"] JAR_MANIFESTS += ["jar.mn"] BROWSER_CHROME_MANIFESTS += [ "tests/browser/browser.toml", "tests/browser/legacy/browser.toml", "tests/browser/legacy/browserSidebarRevamp.toml", ] MOZ_SRC_FILES += [ "SidebarCollapsedWindows.sys.mjs", "SidebarManager.sys.mjs", "SidebarState.sys.mjs", "SidebarTreeView.sys.mjs", ] TESTING_JS_MODULES += [ "tests/SidebarTestUtils.sys.mjs", ] XPCSHELL_TESTS_MANIFESTS += ["tests/unit/xpcshell.toml"] SPHINX_TREES["docs"] = "docs" with Files("**"): BUG_COMPONENT = ("Firefox", "Sidebar")