Files
tubestation/browser/components/sidebar/moz.build
Chris H-C 12bbc41357 Bug 1958899 - Update Glean tags r=janerik,translations-reviewers,sidebar-reviewers,nordzilla
In bug 1889943 "Firefox :: Translation" was renamed to "Firefox :: Translations"
In bug 1956746 "Core :: DOM: Performance" became "Core :: DOM: Performance APIs"

I had to manually add "Toolkit :: Default Browser Agent" back into tags.yaml
because that component is not built on Linux (which is the platform on which I
ran ./mach update-glean-tags).

Differential Revision: https://phabricator.services.mozilla.com/D244667
2025-04-08 14:18:30 +00:00

24 lines
671 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/.
MARIONETTE_MANIFESTS += ["tests/marionette/manifest.toml"]
JAR_MANIFESTS += ["jar.mn"]
BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.toml"]
EXTRA_JS_MODULES += [
"SidebarManager.sys.mjs",
"SidebarState.sys.mjs",
]
XPCSHELL_TESTS_MANIFESTS += ["tests/unit/xpcshell.toml"]
SPHINX_TREES["docs"] = "docs"
with Files("**"):
BUG_COMPONENT = ("Firefox", "Sidebar")