tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 0df8fe48e3efc54f04f6e8a5444e5e3e5b373baa
parent e35fd26b70a3ef3521085d31d2ca4222c3e9d8e9
Author: Suhaib Mujahid <smujahid@mozilla.com>
Date:   Wed, 26 Nov 2025 22:22:22 +0000

Bug 2002642 - Add component mapping for the `.mcp.json` file. r=firefox-build-system-reviewers,ahochheiden DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D274182

Diffstat:
Mmoz.build | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/moz.build b/moz.build @@ -51,6 +51,9 @@ with Files("*gradle*"): BUG_COMPONENT = ("GeckoView", "General") SCHEDULES.exclusive = ["android"] +with Files(".mcp.json"): + BUG_COMPONENT = ("Developer Infrastructure", "AI for Development") + with Files("*.json"): BUG_COMPONENT = ("Firefox Build System", "General")