summaryrefslogtreecommitdiffstats
path: root/browser/modules/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'browser/modules/moz.build')
-rw-r--r--browser/modules/moz.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/browser/modules/moz.build b/browser/modules/moz.build
index 99b6bfd56f..7e5e418f68 100644
--- a/browser/modules/moz.build
+++ b/browser/modules/moz.build
@@ -7,6 +7,12 @@
with Files("**"):
BUG_COMPONENT = ("Firefox", "General")
+with Files("FirefoxBridgeExtensionUtils.sys.mjs"):
+ BUG_COMPONENT = ("Firefox", "Shell Integration")
+
+with Files("test/unit/test_FirefoxBridgeExtensionUtils.sys.mjs"):
+ BUG_COMPONENT = ("Firefox", "Shell Integration")
+
with Files("test/browser/*Telemetry*"):
BUG_COMPONENT = ("Toolkit", "Telemetry")
@@ -128,6 +134,7 @@ EXTRA_JS_MODULES += [
"EveryWindow.sys.mjs",
"ExtensionsUI.sys.mjs",
"FaviconLoader.sys.mjs",
+ "FirefoxBridgeExtensionUtils.sys.mjs",
"HomePage.sys.mjs",
"LaterRun.sys.mjs",
"NewTabPagePreloading.sys.mjs",