From bf6373df58f68021cfff3e2820c199ab95683c11 Mon Sep 17 00:00:00 2001 From: Aaron Klotz Date: Fri, 30 Aug 2019 16:34:10 +0000 Subject: [PATCH] Bug 1577821: Add BUG_COMPONENT to launcher process moz.build; r=mhowell Differential Revision: https://phabricator.services.mozilla.com/D44209 --HG-- extra : moz-landing-system : lando --- browser/app/winlauncher/moz.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browser/app/winlauncher/moz.build b/browser/app/winlauncher/moz.build index be2be08e32a5..851c3a544cf4 100644 --- a/browser/app/winlauncher/moz.build +++ b/browser/app/winlauncher/moz.build @@ -66,3 +66,6 @@ if CONFIG['MOZ_LAUNCHER_PROCESS']: DEFINES[var] = '"%s"' % CONFIG[var] DisableStlWrapping() + +with Files('**'): + BUG_COMPONENT = ('Firefox', 'Launcher Process')