From 86811704151c091359012b53ebe535863e708c4c Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 14 Aug 2018 10:14:02 -0700 Subject: [PATCH] Bug 1472491: Follow-up: Add bug component to actors/ directories. r=bustage,npotb CLOSED TREE --- browser/actors/moz.build | 3 +++ toolkit/actors/moz.build | 3 +++ 2 files changed, 6 insertions(+) diff --git a/browser/actors/moz.build b/browser/actors/moz.build index 8fe6a35f75d6..aad29fc11c5f 100644 --- a/browser/actors/moz.build +++ b/browser/actors/moz.build @@ -4,6 +4,9 @@ # 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 = ("Firefox", "General") + with Files("LightWeightThemeInstallChild.jsm"): BUG_COMPONENT = ("Firefox", "Theme") diff --git a/toolkit/actors/moz.build b/toolkit/actors/moz.build index e807b24dd5aa..160aaef2b617 100644 --- a/toolkit/actors/moz.build +++ b/toolkit/actors/moz.build @@ -4,6 +4,9 @@ # 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 = ('Toolkit', 'General') + with Files('Finder*.jsm'): BUG_COMPONENT = ('Toolkit', 'Find Toolbar')